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