blob: db9750c0b5b4d2f88a70707cc1d6501052695d04 [file] [log] [blame]
package javadoc.testBug68025;
public class TestA {
/**
* @see IJavaElement#getElementName#bug
* or closer to the reality (COPY is a constant):
* @see org.eclipse.ui.actions.ActionFactory#COPY#getId
*/
void foo() {
}
}