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