blob: 90fc1ccad313fdfc87192d6fdcc2c15743e7b042 [file] [log] [blame]
package javadoc.testBug51650;
public class X {
/**
* @see Exception
* {@link Exception}
*/
public void foo() {
}
}