class Sample { void foo() { System.out.println("hello <caret>world"); } }