public class Foo { void m() { 1.<caret> + 2 /* comment */; // comment2 } }