mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8008537: Missing method reference lookup error when unbound search finds a static method
Static-ness check should be applied after member reference resolution Reviewed-by: jjg
This commit is contained in:
parent
85067f7869
commit
f932d844c1
11 changed files with 123 additions and 58 deletions
|
@ -21,9 +21,8 @@
|
|||
* questions.
|
||||
*/
|
||||
|
||||
// key: compiler.err.prob.found.req
|
||||
// key: compiler.misc.non-static.cant.be.ref
|
||||
// key: compiler.misc.invalid.mref
|
||||
// key: compiler.err.invalid.mref
|
||||
|
||||
class NonStaticCantBeRefFragment {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue