langtools/test/tools/javac/generics/inference/7086586/T7086586.out
author dlsmith
Wed, 14 Dec 2016 17:56:11 -0700
changeset 42819 4ce83e629dc1
parent 24293 0d889f759fac
permissions -rw-r--r--
8075793: Source incompatibility for inference using -source 7 Summary: In pre-8 sources, avoid capture variables as inference bounds, consistent with old javac behavior Reviewed-by: vromero, mcimadamore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24293
0d889f759fac 8033718: Inference ignores capture variable as upper bound
dlsmith
parents: 14062
diff changeset
     1
T7086586.java:14:28: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: compiler.misc.type.captureof: 1, ?, java.lang.String)
0d889f759fac 8033718: Inference ignores capture variable as upper bound
dlsmith
parents: 14062
diff changeset
     2
T7086586.java:15:28: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: compiler.misc.type.captureof: 1, ?, java.lang.Number)
0d889f759fac 8033718: Inference ignores capture variable as upper bound
dlsmith
parents: 14062
diff changeset
     3
T7086586.java:16:31: compiler.err.prob.found.req: (compiler.misc.inconvertible.types: compiler.misc.type.captureof: 1, ?, java.lang.Exception)
0d889f759fac 8033718: Inference ignores capture variable as upper bound
dlsmith
parents: 14062
diff changeset
     4
T7086586.java:17:13: compiler.err.cant.resolve.location.args: kindname.method, nonExistentMethod, , , (compiler.misc.location: kindname.interface, java.util.List<compiler.misc.type.captureof: 1, ?>, null)
10634
7f15f5a11ae9 7086586: Inference producing null type argument
mcimadamore
parents:
diff changeset
     5
4 errors