mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +02:00
7177386: Add attribution support for method references
Add type-checking/lookup routines for method references Reviewed-by: jjg, dlsmith
This commit is contained in:
parent
83042670bb
commit
319150fde0
67 changed files with 1299 additions and 162 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
// key: compiler.misc.not.applicable.method.found
|
||||
// key: compiler.note.verbose.resolve.multi.1
|
||||
// key: compiler.err.cant.apply.symbol.1
|
||||
// key: compiler.err.cant.apply.symbol
|
||||
// key: compiler.misc.no.conforming.assignment.exists
|
||||
// key: compiler.misc.inconvertible.types
|
||||
// options: -XDverboseResolution=inapplicable,failure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue