test/tools/javac/lambda/MethodReference38.out

Thu, 28 Feb 2013 14:05:52 +0000

author
mcimadamore
date
Thu, 28 Feb 2013 14:05:52 +0000
changeset 1610
08782b8b03ce
parent 1415
01c9d4161882
child 1627
6db9a3b1a93f
permissions
-rw-r--r--

8008537: Missing method reference lookup error when unbound search finds a static method
Summary: Static-ness check should be applied after member reference resolution
Reviewed-by: jjg

mcimadamore@1415 1 MethodReference38.java:24:18: compiler.err.abstract.cant.be.instantiated
mcimadamore@1415 2 MethodReference38.java:25:18: compiler.err.abstract.cant.be.instantiated
mcimadamore@1415 3 MethodReference38.java:26:18: compiler.err.abstract.cant.be.instantiated
mcimadamore@1415 4 MethodReference38.java:27:18: compiler.err.enum.cant.be.instantiated
mcimadamore@1415 5 4 errors

mercurial