blob: 5bcd7ccfd51cd8fe6913a58eb0c724c163d66491 [file] [log] [blame]
import java.util.List;
class A {
void method(List<String> y, boolean a){}
/**
* {@link #method(java.util.List, boolean)}
*/
void bar() {}
}