test/langtools/tools/javac/generics/7034019/T7034019d.out
author darcy
Thu, 12 Jul 2018 14:13:15 -0700
changeset 51047 860a3648c494
parent 47216 71c04702a3d5
permissions -rw-r--r--
8028563: Remove javac support for 6/1.6 source and target values Reviewed-by: jjg, erikj, henryjen
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
45413
75202c6b2c35 7170058: Confusing error message from javac when overriding a method from a raw supertype
vromero
parents: 9302
diff changeset
     1
T7034019d.java:18:21: compiler.err.name.clash.same.erasure.no.override: foo, , T7034019c.B, foo, , T7034019c.A
9302
13a19cf713fd 7034019: ClassCastException in javac with conjunction types
mcimadamore
parents:
diff changeset
     2
T7034019d.java:20:13: compiler.err.ref.ambiguous: foo, kindname.method, <T>foo(), T7034019c.B, kindname.method, <T>foo(), T7034019c.A
13a19cf713fd 7034019: ClassCastException in javac with conjunction types
mcimadamore
parents:
diff changeset
     3
2 errors