319150fde0
Add type-checking/lookup routines for method references Reviewed-by: jjg, dlsmith
7 lines
526 B
Plaintext
7 lines
526 B
Plaintext
T6313164.java:12:8: compiler.err.cant.apply.symbol: kindname.method, foo1, p1.A[], p1.B,p1.B, kindname.class, p1.B, (compiler.misc.inaccessible.varargs.type: p1.A, kindname.class, T6313164)
|
|
T6313164.java:14:13: compiler.err.prob.found.req: (compiler.misc.inaccessible.varargs.type: p1.A, kindname.class, T6313164)
|
|
T6313164.java:15:13: compiler.err.prob.found.req: (compiler.misc.inaccessible.varargs.type: p1.A, kindname.class, T6313164)
|
|
- compiler.note.unchecked.filename: B.java
|
|
- compiler.note.unchecked.recompile
|
|
3 errors
|