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