langtools/test/tools/javac/lambda/TargetType02.out
author vromero
Wed, 22 Apr 2015 09:44:15 -0700
changeset 30014 fc1f2b200c1f
parent 24066 1dfb66929538
permissions -rw-r--r--
8078024: javac, several incorporation steps are silently failing when an error should be reported Reviewed-by: mcimadamore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
30014
fc1f2b200c1f 8078024: javac, several incorporation steps are silently failing when an error should be reported
vromero
parents: 24066
diff changeset
     1
TargetType02.java:33:14: compiler.err.prob.found.req: (compiler.misc.incompatible.upper.lower.bounds: Z, java.lang.String, java.lang.Integer)
24066
1dfb66929538 8029718: Should always use lambda body structure to disambiguate overload resolution
vromero
parents: 19914
diff changeset
     2
TargetType02.java:34:9: compiler.err.ref.ambiguous: call3, kindname.method, <Z>call3(TargetType02.S1<Z>), TargetType02, kindname.method, <Z>call3(TargetType02.S2<Z>), TargetType02
1dfb66929538 8029718: Should always use lambda body structure to disambiguate overload resolution
vromero
parents: 19914
diff changeset
     3
TargetType02.java:35:9: compiler.err.ref.ambiguous: call3, kindname.method, <Z>call3(TargetType02.S1<Z>), TargetType02, kindname.method, <Z>call3(TargetType02.S2<Z>), TargetType02
1dfb66929538 8029718: Should always use lambda body structure to disambiguate overload resolution
vromero
parents: 19914
diff changeset
     4
TargetType02.java:37:20: compiler.err.ref.ambiguous: call4, kindname.method, <Z>call4(TargetType02.S1<Z>), TargetType02, kindname.method, <Z>call4(TargetType02.S2<Z>), TargetType02
1dfb66929538 8029718: Should always use lambda body structure to disambiguate overload resolution
vromero
parents: 19914
diff changeset
     5
4 errors