blob: 5192745c27dae6561f8b996abbe3a6d5d695c311 [file] [log] [blame]
public class Test {
/**
* @see Test#test(String, int...)
* @see Test#<error descr="Cannot resolve symbol 'test(String, long...)'">test</error>(String, long...)
**/
void foo() {}
void test (String u, int ... i) {}
}