blob: 9afecb67cd4f5d7040a66caa5448383fdd89e297 [file] [log] [blame]
void a() {
if (true)
System.out.println("a");
else
System.out.println("b");
}