langtools/test/tools/javac/generics/inference/6302954/T6476073.java
changeset 3778 38a70273507b
parent 3140 15a274b13051
child 3890 b53fced26fa4
equal deleted inserted replaced
3777:9d8c7669df64 3778:38a70273507b
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug     6476073
    26  * @bug     6476073
    27  * @summary Capture using super wildcard of type variables doesn't work
    27  * @summary Capture using super wildcard of type variables doesn't work
    28  * @ignore awaiting for 6650759 (see bug report for a detailed evaluation)
       
    29  * @compile T6476073.java
    28  * @compile T6476073.java
    30  */
    29  */
    31 
    30 
    32 import java.util.Collection;
    31 import java.util.Collection;
    33 import java.util.List;
    32 import java.util.List;