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