blob: c7c129fa3998be076aa215d54559554f50c2d7bd [file] [log] [blame]
class Foo {
void m1(boolean b) {
if (b) {
System.out.println();
} else {
System.out.println();
}
}
}