-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b84
-
generic
-
generic
-
Not verified
javac needs to populate the reference_info for type annotations
targeting primitive class literals (e.g. @Foo int.class)
Note: the catch is that such constructs get translated during Lower
into .TYPE static field access on the corresponding boxed type (e.g. Integer.TYPE)
targeting primitive class literals (e.g. @Foo int.class)
Note: the catch is that such constructs get translated during Lower
into .TYPE static field access on the corresponding boxed type (e.g. Integer.TYPE)
- relates to
-
JDK-6922299 [308] needs for tests for type annotations
-
- Closed
-