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