new Locals().method1();
/*int i*/ // int i = 12; // won't compile with this in for (int i=0; i<10; i++) System.out.println(i); System.out.println(i);