public class Foo { void test(int i) { if (i > 0) { <caret> } } }