class X { { if (true) { System.out.println(1); } else System.out.println(2); } }