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