class List { /** * comment */ void foo() {} } class Test { List l; <caret> }