langtools/test/tools/javac/generics/inference/7086586/T7086586.out
author dlsmith
Tue, 06 May 2014 15:46:09 -0600
changeset 24293 0d889f759fac
parent 14062 b7439971a094
permissions -rw-r--r--
8033718: Inference ignores capture variable as upper bound Summary: Split Types.lowerBound into two methods; fix bugs in inference handling of capture variables. Reviewed-by: vromero
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