blob: 27e7eeb25258d642be500d58d23ea1b3c802a126 [file] [log] [blame]
/**
* {@link #bar(int)}
*/
class Test {
void bar(int i) {}
}