blob: 973bb6ffb8219ab34889d9215fbac474b5d2a115 [file] [log] [blame]
public class Foo {
void test(int i) {
for (int j = 1; j < 10<caret>) {
}
}
}