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