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

changeset 1238
e28a06a3c5d9
parent 610
3640b60bd0f6
child 1296
cddc2c894cc6
equal deleted inserted replaced
1237:568e70bbd9aa 1238:e28a06a3c5d9
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.inconvertible.types 24 // key: compiler.misc.inconvertible.types
25 // key: compiler.err.prob.found.req 25 // key: compiler.err.prob.found.req.1
26 26
27 class InconvertibleTypes { 27 class InconvertibleTypes {
28 class Outer<S> { 28 class Outer<S> {
29 class Inner<T> {} 29 class Inner<T> {}
30 } 30 }

mercurial