test/tools/javac/diags/examples/IncompatibleThrownTypesInMref.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.incompatible.thrown.types.in.mref 24 // key: compiler.err.incompatible.thrown.types.in.mref
25 // options: -XDallowMethodReferences
26 25
27 class IncompatibleThrownTypesInMref { 26 class IncompatibleThrownTypesInMref {
28 interface SAM { 27 interface SAM {
29 void m(); 28 void m();
30 } 29 }

mercurial