cb2a21c5a5
Nested lambdas should not be considered while overload resolution is in progress Co-authored-by: Vicente Romero <vicente.romero@oracle.com> Reviewed-by: mcimadamore
4 lines
525 B
Plaintext
4 lines
525 B
Plaintext
T8016177g.java:34:14: compiler.err.cant.apply.symbol: kindname.method, print, java.lang.String, Test.Person, kindname.class, Test, (compiler.misc.no.conforming.assignment.exists: (compiler.misc.inferred.do.not.conform.to.upper.bounds: Test.Person, java.lang.String,java.lang.Object))
|
|
T8016177g.java:35:20: compiler.err.cant.apply.symbol: kindname.method, abs, int, java.lang.Double, kindname.class, Test, (compiler.misc.no.conforming.assignment.exists: (compiler.misc.infer.no.conforming.instance.exists: , R, int))
|
|
2 errors
|