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