test/tools/javac/lambda/MethodReference44.out

Mon, 09 Sep 2013 16:32:08 +0100

author
vromero
date
Mon, 09 Sep 2013 16:32:08 +0100
changeset 2015
a4b9a8859e58
parent 2000
4a6acc42c3a1
child 2391
8e7bd4c50fd1
permissions
-rw-r--r--

8024154: Fix for 8016177: structural most specific and stuckness breaks 6 langtools tests
Reviewed-by: jjg, jfranck

vromero@2015 1 MethodReference44.java:40:11: compiler.err.cant.apply.symbol: kindname.method, g1, MethodReference44.SAM1, @864, kindname.class, MethodReference44, (compiler.misc.no.conforming.assignment.exists: (compiler.misc.incompatible.eq.upper.bounds: X, java.lang.String, java.lang.Number))
vromero@2015 2 MethodReference44.java:42:11: compiler.err.cant.apply.symbol: kindname.method, g3, MethodReference44.SAM3, @932, kindname.class, MethodReference44, (compiler.misc.no.conforming.assignment.exists: (compiler.misc.incompatible.eq.upper.bounds: X, java.lang.Object, java.lang.Number))
vromero@2015 3 MethodReference44.java:43:9: compiler.err.ref.ambiguous: g4, kindname.method, g4(MethodReference44.SAM2), MethodReference44, kindname.method, g4(MethodReference44.SAM3), MethodReference44
vromero@2000 4 3 errors

mercurial