class Test { { if () { for(int i = 0; i< 9; i++) { System.out.println("42"); } } } }