class X { void m() { int foo = 10; int bar = fo<caret>o + 10; } void m2(int i) { } }