langtools/test/tools/javac/diags/examples/WhereCaptured.java
changeset 40835 6ab9ed1abc46
parent 39812 6272642715a1
equal deleted inserted replaced
40777:e384420383a5 40835:6ab9ed1abc46
    26 // key: compiler.misc.where.description.typevar
    26 // key: compiler.misc.where.description.typevar
    27 // key: compiler.misc.where.typevar
    27 // key: compiler.misc.where.typevar
    28 // key: compiler.err.cant.apply.symbol
    28 // key: compiler.err.cant.apply.symbol
    29 // key: compiler.misc.incompatible.eq.bounds
    29 // key: compiler.misc.incompatible.eq.bounds
    30 // key: compiler.misc.captured.type
    30 // key: compiler.misc.captured.type
    31 // options: -diags:formatterOptions=where,simpleNames
    31 // options: --diags:formatterOptions=where,simpleNames
    32 // run: simple
    32 // run: simple
    33 
    33 
    34 import java.util.*;
    34 import java.util.*;
    35 
    35 
    36 class WhereCaptured {
    36 class WhereCaptured {