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

changeset 1296
cddc2c894cc6
parent 1114
05814303a056
child 1305
9d47f4850714
equal deleted inserted replaced
1293:b2d8a270f5f2 1296:cddc2c894cc6
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.1
27 // key: compiler.misc.no.conforming.assignment.exists 27 // key: compiler.misc.no.conforming.assignment.exists
28 // key: compiler.misc.inconvertible.types
28 // options: -XDverboseResolution=inapplicable,failure 29 // options: -XDverboseResolution=inapplicable,failure
29 30
30 class NotApplicableMethodFound { 31 class NotApplicableMethodFound {
31 32
32 void m(int i) {} 33 void m(int i) {}

mercurial