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

changeset 1352
d4b3cb1ece84
parent 1305
9d47f4850714
child 2525
2eb010b6cb22
equal deleted inserted replaced
1351:f4e45397722a 1352:d4b3cb1ece84
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 // key: compiler.misc.not.applicable.method.found 24 // key: compiler.misc.not.applicable.method.found
25 // key: compiler.note.verbose.resolve.multi.1 25 // key: compiler.note.verbose.resolve.multi.1
26 // key: compiler.err.cant.apply.symbol.1 26 // key: compiler.err.cant.apply.symbol
27 // key: compiler.misc.no.conforming.assignment.exists 27 // key: compiler.misc.no.conforming.assignment.exists
28 // key: compiler.misc.inconvertible.types 28 // key: compiler.misc.inconvertible.types
29 // options: -XDverboseResolution=inapplicable,failure 29 // options: -XDverboseResolution=inapplicable,failure
30 30
31 class NotApplicableMethodFound { 31 class NotApplicableMethodFound {

mercurial