blob: 1b0a1e6b8840549788c66c63caad66ae42e33b51 [file] [log] [blame]
package annotator.tests;
public class EnumAnnotationParameter {
@java.lang.TestAnnotation(java.lang.TestEnum.A)
public void foo() {
}
}