langtools/test/tools/javac/generics/odersky/BadTest3.out
author sogoel
Fri, 15 May 2015 16:53:42 -0700
changeset 30721 1024d425d97e
permissions -rw-r--r--
8074425: Group 13b: golden files for tests in tools/javac/generics dir Reviewed-by: jjg, darcy, mcimadamore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
30721
1024d425d97e 8074425: Group 13b: golden files for tests in tools/javac/generics dir
sogoel
parents:
diff changeset
     1
BadTest3.java:31:34: compiler.err.prob.found.req: (compiler.misc.incompatible.eq.upper.bounds: B, java.lang.String, BadTest3.Ord)
1024d425d97e 8074425: Group 13b: golden files for tests in tools/javac/generics dir
sogoel
parents:
diff changeset
     2
BadTest3.java:33:13: compiler.err.cant.apply.symbol: kindname.method, f, B, List<BadTest3.Ord>, kindname.class, BadTest3.Main, (compiler.misc.incompatible.upper.lower.bounds: B, BadTest3.I,BadTest3.J, List<B>)
1024d425d97e 8074425: Group 13b: golden files for tests in tools/javac/generics dir
sogoel
parents:
diff changeset
     3
BadTest3.java:35:19: compiler.err.cant.apply.symbol: kindname.method, f, B, List<BadTest3.Ord>, kindname.class, BadTest3.Main, (compiler.misc.incompatible.upper.lower.bounds: B, BadTest3.I,BadTest3.J, List<B>)
1024d425d97e 8074425: Group 13b: golden files for tests in tools/javac/generics dir
sogoel
parents:
diff changeset
     4
3 errors