langtools/test/tools/javac/diags/examples/KindnameConstructor.java
changeset 17582 4079713129dd
parent 14062 b7439971a094
child 22448 a85fbad9d687
equal deleted inserted replaced
17581:69b191cb1d7e 17582:4079713129dd
    26 // key: compiler.err.cant.apply.symbol
    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 // key: compiler.misc.count.error
    29 // key: compiler.misc.count.error
    30 // key: compiler.err.error
    30 // key: compiler.err.error
       
    31 // options: -Xdiags:verbose
    31 // run: backdoor
    32 // run: backdoor
    32 
    33 
    33 class KindnameConstructor {
    34 class KindnameConstructor {
    34 
    35 
    35     KindnameConstructor(Integer x) {}
    36     KindnameConstructor(Integer x) {}