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