langtools/test/tools/javac/generics/inference/6611449/T6611449.java
changeset 30014 fc1f2b200c1f
parent 6150 d055fa8ced62
equal deleted inserted replaced
30013:574ac7c429e0 30014:fc1f2b200c1f
     1 /**
     1 /**
     2  * @test /nodynamiccopyright/
     2  * @test /nodynamiccopyright/
     3  * @bug 6611449
     3  * @bug 6611449 8078024
     4  * @summary Internal Error thrown during generic method/constructor invocation
     4  * @summary Internal Error thrown during generic method/constructor invocation
     5  * @compile/fail/ref=T6611449.out -XDrawDiagnostics T6611449.java
     5  * @compile/fail/ref=T6611449.out -XDrawDiagnostics T6611449.java
     6  */
     6  */
     7 public class T6611449<S> {
     7 public class T6611449<S> {
     8 
     8