class Foo { /** * @param argument first arg description<caret> * @param i */ void foo(int argument, int i) { } }