blob: 9db29bbe6526fa8d2adf648d1cac35b156ec1bd7 [file] [log] [blame]
class Super {
void m1(String p2) {}
/**
* @see #m1(String)
*/
void m2() {}
}