-
Bug
-
Resolution: Unresolved
-
P4
-
8
For a type annotation @TA, the following program:
enum Test { @TA E }
should result in a type annotation on the field E.
Currently, a declaration annotation is generated incorrectly.
Test case in type-annotations forest:
langtools/test/tools/javac/annotations/typeAnnotations/referenceinfos/Enums.java
enum Test { @TA E }
should result in a type annotation on the field E.
Currently, a declaration annotation is generated incorrectly.
Test case in type-annotations forest:
langtools/test/tools/javac/annotations/typeAnnotations/referenceinfos/Enums.java