blob: 361f8ba6d17beb3924e5d3749b90316d56f7b5cb [file] [log] [blame]
class Foo {
/**
*
* @param i desc
* @param j desc<caret>
*/
void test(int i, int j) {
}
}