test/tools/javac/diags/examples/UnexpectedMref.java

changeset 1415
01c9d4161882
parent 1352
d4b3cb1ece84
child 2525
2eb010b6cb22
equal deleted inserted replaced
1414:843d3b191773 1415:01c9d4161882
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 // key: compiler.err.unexpected.mref 24 // key: compiler.err.unexpected.mref
25 // options: -XDallowMethodReferences
26 25
27 class UnexpectedLambda { 26 class UnexpectedLambda {
28 { (Foo::bar)++; } 27 { (Foo::bar)++; }
29 } 28 }

mercurial