blob: 760ea7247fb111505266a11b9d760b1c839bfbd0 [file] [log] [blame]
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) {}
}