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:
Maurizio Cimadamore 2013-02-28 14:05:52 +00:00
parent 85067f7869
commit f932d844c1
11 changed files with 123 additions and 58 deletions

View file

@ -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 {