public class Main { public void foo() { int i = 3; System.out.println(i); i<caret>++; /* comment */ } }