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

changeset 929
e2890b8369f7
parent 829
ce6175cfe11e
child 2525
2eb010b6cb22
equal deleted inserted replaced
928:307b065ff2af 929:e2890b8369f7
24 // key: compiler.misc.kindname.variable 24 // key: compiler.misc.kindname.variable
25 // key: compiler.misc.kindname.class 25 // key: compiler.misc.kindname.class
26 // key: compiler.err.cant.resolve.location 26 // key: compiler.err.cant.resolve.location
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 KindnameVariable { 32 class KindnameVariable {
32 Object o = not_found; 33 Object o = not_found;
33 } 34 }

mercurial