langtools/test/tools/javac/diags/examples/WhereIntersection.java
changeset 15374 fb8f6acf09cc
parent 13631 dc1212c348f9
child 22448 a85fbad9d687
equal deleted inserted replaced
15373:2fd24f81bbe8 15374:fb8f6acf09cc
    23 
    23 
    24 // key: compiler.misc.where.intersection
    24 // key: compiler.misc.where.intersection
    25 // key: compiler.misc.where.description.intersection
    25 // key: compiler.misc.where.description.intersection
    26 // key: compiler.misc.intersection.type
    26 // key: compiler.misc.intersection.type
    27 // key: compiler.err.prob.found.req
    27 // key: compiler.err.prob.found.req
    28 // key: compiler.misc.inconvertible.types
    28 // key: compiler.misc.inferred.do.not.conform.to.upper.bounds
    29 // options: -XDdiags=where
    29 // options: -XDdiags=where
    30 // run: simple
    30 // run: simple
    31 
    31 
    32 class WhereIntersection {
    32 class WhereIntersection {
    33     interface I1 {}
    33     interface I1 {}