class Cls { public static void main(String[] args) { if (true) { System.out.println("Hello"); } if (true) { System.out.println("Hello"); } } }