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

changeset 929
e2890b8369f7
parent 829
ce6175cfe11e
child 2525
2eb010b6cb22
equal deleted inserted replaced
928:307b065ff2af 929:e2890b8369f7
24 // key: compiler.misc.kindname.method 24 // key: compiler.misc.kindname.method
25 // key: compiler.misc.kindname.class 25 // key: compiler.misc.kindname.class
26 // key: compiler.err.cant.resolve.location.args 26 // key: compiler.err.cant.resolve.location.args
27 // key: compiler.misc.location 27 // key: compiler.misc.location
28 // key: compiler.misc.count.error 28 // key: compiler.misc.count.error
29 // key: compiler.err.error
29 // run: backdoor 30 // run: backdoor
30 31
31 class KindnameMethod { 32 class KindnameMethod {
32 Object o = not_found(); 33 Object o = not_found();
33 } 34 }

mercurial