test/tools/javac/generics/wildcards/AssignmentDifferentTypes3.java

changeset 289
84061bd68019
parent 1
9a66ca7c79fa
child 554
9d9f26857129
equal deleted inserted replaced
288:d402db1005ad 289:84061bd68019
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @summary Test subtyping for wildcards with related type bounds. 26 * @summary Test subtyping for wildcards with related type bounds.
27 * 27 *
28 * @compile/fail -source 1.5 AssignmentDifferentTypes3.java 28 * @compile/fail AssignmentDifferentTypes3.java
29 */ 29 */
30 30
31 public class AssignmentDifferentTypes3 { 31 public class AssignmentDifferentTypes3 {
32 32
33 public static void main(String[] args) { 33 public static void main(String[] args) {

mercurial