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

changeset 1415
01c9d4161882
parent 1348
573ceb23beeb
child 2525
2eb010b6cb22
equal deleted inserted replaced
1414:843d3b191773 1415:01c9d4161882
22 */ 22 */
23 23
24 // key: compiler.err.prob.found.req 24 // key: compiler.err.prob.found.req
25 // key: compiler.misc.not.a.functional.intf.1 25 // key: compiler.misc.not.a.functional.intf.1
26 // key: compiler.misc.incompatible.abstracts 26 // key: compiler.misc.incompatible.abstracts
27 // options: -XDallowLambda
28 27
29 class IncompatibleAbstracts { 28 class IncompatibleAbstracts {
30 29
31 interface SAM { 30 interface SAM {
32 void m(String s); 31 void m(String s);

mercurial