blob: 546756bc0b719483b0ffebb0cc1ee030f95081b7 [file] [log] [blame]
//file
class F {
//c1
/*c2*/
static void f1() {
}
//c3
//c4
void f2() {
}
static Integer i = 0;
void f3() {
}
void f4() {
}
//c5
static void f5() {
}
//c6
}