You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download attachments and run:
$ javac C.java
$ insert-annotations-to-source C.jaif C.java
Expected result is
public class C {
java.util.List<@A ?>[] lists = new java.util.ArrayList<@B ?>[2];
}
Actual result is identical to C.java, as neither annotation specified in the
JAIF is inserted.
Original issue reported on code.google.com by [email protected] on 5 Dec 2014 at 1:55
Original issue reported on code.google.com by
[email protected]
on 5 Dec 2014 at 1:55Attachments:
The text was updated successfully, but these errors were encountered: