langtools/test/tools/javac/generics/inference/EagerReturnTypeResolution/EagerReturnTypeResolutionTestb.java
changeset 30014 fc1f2b200c1f
parent 24613 dbec02c24c7a
equal deleted inserted replaced
30013:574ac7c429e0 30014:fc1f2b200c1f
     1 /*
     1 /*
     2  * @test /nodynamiccopyright/
     2  * @test /nodynamiccopyright/
     3  * @bug 8030741
     3  * @bug 8030741 8078024
     4  * @summary Inference: implement eager resolution of return types, consistent with JDK-8028800
     4  * @summary Inference: implement eager resolution of return types, consistent with JDK-8028800
     5  * @compile/fail/ref=EagerReturnTypeResolutionTestb.out -XDrawDiagnostics EagerReturnTypeResolutionTestb.java
     5  * @compile/fail/ref=EagerReturnTypeResolutionTestb.out -XDrawDiagnostics EagerReturnTypeResolutionTestb.java
     6  * @author Dan Smith
     6  * @author Dan Smith
     7  */
     7  */
     8 
     8