blob: 54131c1f5bf69a72403ed1ccf9cd2c16751a2f43 [file] [log] [blame]
public class A {
void foo(int a) {
for (int i = 1 ; i < 10 ; i++) {
}
}
}