99b0413d48
Type-checking of non-overloaded method references should be independent from target-type Reviewed-by: jjg, vromero
4 lines
296 B
Plaintext
4 lines
296 B
Plaintext
MethodReference70.java:26:10: compiler.err.ref.ambiguous: g, kindname.method, <Z>g(MethodReference70.F<Z>), MethodReference70, kindname.method, <Z>g(MethodReference70.G<Z>), MethodReference70
|
|
MethodReference70.java:26:11: compiler.err.prob.found.req: (compiler.misc.cyclic.inference: Z)
|
|
2 errors
|