blob: 32845724f3242d47e660414e39678f7925d89378 [file] [log] [blame]
public class A {
public void testMethod() {
for (int i = 0; i < 10; i++) {
}
if (true) System.out.println();
while(false) { }
}
}