class Test { void foo() { int i<caret>i = 4 + 2; //comment String var = ""; } }