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