class Test { void method() { System.out.println("1"); { System.out.println("2"); System.out.println("3"); } System.out.println("4"); } }