class Test { void foo() { if (<caret>) { // This is comment" int i = 1; } else { } } }