langtools/test/tools/javac/diags/examples/BadArgTypesInLambda.java
changeset 17582 4079713129dd
parent 16808 90b98d194b75
child 19914 d86271bd430a
equal deleted inserted replaced
17581:69b191cb1d7e 17582:4079713129dd
    22  */
    22  */
    23 
    23 
    24 // key: compiler.err.cant.apply.symbol
    24 // key: compiler.err.cant.apply.symbol
    25 // key: compiler.misc.no.conforming.assignment.exists
    25 // key: compiler.misc.no.conforming.assignment.exists
    26 // key: compiler.misc.bad.arg.types.in.lambda
    26 // key: compiler.misc.bad.arg.types.in.lambda
       
    27 // key: compiler.err.prob.found.req
       
    28 // key: compiler.misc.inconvertible.types
       
    29 // options: -Xdiags:verbose
    27 
    30 
    28 class BadArgTypesInLambda {
    31 class BadArgTypesInLambda {
    29     interface SAM {
    32     interface SAM {
    30         void m(Integer i);
    33         void m(Integer i);
    31     }
    34     }