blob: 1eec4d800f152f0a8b499d5f5e218d43d8630230 [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() {
}
}