public class Foo { void m() { int foo = 1; foo + 2 /* comment */; // comment2 } }