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