-
Bug
-
Resolution: Fixed
-
P4
-
8
-
generic
-
generic
Some tests in the typeannotations repo,
tools/javac/T6985181.java
tools/javac/annotations/6881115/T6881115.java
tools/javac/processing/model/element/TestAnonClassNames.java
are missing some annotations on the annotations.
They fail due to a missing @Target annotation targetting the annotation for TYPE_PARAMETER(T6985181.java) and TYPE(T6881115.java) and TYPE_USE(TestAnonClassNames.java)
tools/javac/T6985181.java
tools/javac/annotations/6881115/T6881115.java
tools/javac/processing/model/element/TestAnonClassNames.java
are missing some annotations on the annotations.
They fail due to a missing @Target annotation targetting the annotation for TYPE_PARAMETER(T6985181.java) and TYPE(T6881115.java) and TYPE_USE(TestAnonClassNames.java)