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

changeset 689
77cc34d5e548
parent 610
3640b60bd0f6
child 1352
d4b3cb1ece84
equal deleted inserted replaced
688:50f9ac2f4730 689:77cc34d5e548
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.misc.no.args 24 // key: compiler.misc.no.args
25 // key: compiler.err.cant.apply.symbol 25 // key: compiler.err.cant.apply.symbol.1
26 // key: compiler.misc.arg.length.mismatch
26 // run: simple 27 // run: simple
27 28
28 class X { 29 class X {
29 void m1(int i) { } 30 void m1(int i) { }
30 31

mercurial