langtools/test/tools/javac/generics/diamond/neg/Neg10.java
changeset 15374 fb8f6acf09cc
parent 8635 383a416a2bdf
equal deleted inserted replaced
15373:2fd24f81bbe8 15374:fb8f6acf09cc
     2  * @test /nodynamiccopyright/
     2  * @test /nodynamiccopyright/
     3  * @bug 6939620 7020044
     3  * @bug 6939620 7020044
     4  *
     4  *
     5  * @summary  Check that 'complex' diamond can infer type that is too specific
     5  * @summary  Check that 'complex' diamond can infer type that is too specific
     6  * @author mcimadamore
     6  * @author mcimadamore
     7  * @compile/fail/ref=Neg10.out Neg10.java -XDrawDiagnostics
     7  * @compile/fail/ref=Neg10.out -source 7 -Xlint:-options Neg10.java -XDrawDiagnostics
       
     8  * @compile Neg10.java -XDrawDiagnostics
     8  *
     9  *
     9  */
    10  */
    10 
    11 
    11 class Neg10 {
    12 class Neg10 {
    12     static class Foo<X> {
    13     static class Foo<X> {