public class Foo { void test(int i) { for (int j = 1; j < 10; <caret>) { } } }