tools/javac/failover/CheckAttributedTree.java
fails for type annotation on new statement for generic inner class ('null' found in tree) using jsr308 builds.
Run test on test/tools/javac/typeAnnotations/newlocations/NestedTypes.java.
It fails on statement
@A Outer . @B GInner<@C Objectx> f3 = f1.new @B GInner<@C Object> ();
^
here
fails for type annotation on new statement for generic inner class ('null' found in tree) using jsr308 builds.
Run test on test/tools/javac/typeAnnotations/newlocations/NestedTypes.java.
It fails on statement
@A Outer . @B GInner<@C Objectx> f3 = f1.new @B GInner<@C Object> ();
^
here