blob: 5c56f5c61d0d0d91579d0890d8859aa3c93fb8e8 [file] [log] [blame]
//file
class F {
void f1() {
}
void f2() {
}
Integer i = 0;
void f3() {
}
}