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