-
Sub-task
-
Resolution: Not an Issue
-
P3
-
None
-
8
For the following code:
Thing t = new @X Thing();
The corresponding new instruction in bytecode will have an @X annotation. However, the corresponding constructor invocation will not.
Thing t = new @X Thing();
The corresponding new instruction in bytecode will have an @X annotation. However, the corresponding constructor invocation will not.