blob: feae0267194295c05121928eab9772af787d2eac [file] [log] [blame]
class X {
{
if (true) System.out.println();
else {
System.out.println();
}
}
}