public class Foo { void m() { is();.if<caret> } boolean is() { return false; } }