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

changeset 1268
af6a4c24f4e3
parent 1251
6f0ed5a89c25
child 1296
cddc2c894cc6
equal deleted inserted replaced
1267:f43aded513e7 1268:af6a4c24f4e3
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 // key: compiler.misc.invalid.inferred.types 24 // key: compiler.err.cant.apply.symbol.1
25 // key: compiler.err.prob.found.req.1
26 // key: compiler.misc.inferred.do.not.conform.to.lower.bounds 25 // key: compiler.misc.inferred.do.not.conform.to.lower.bounds
27 26
28 import java.util.*; 27 import java.util.*;
29 28
30 class InferredDoNotConformToLower { 29 class InferredDoNotConformToLower {

mercurial