equal
deleted
inserted
replaced
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; |