test/tools/javac/T6326754.out

Mon, 13 Dec 2010 14:56:50 +0000

author
mcimadamore
date
Mon, 13 Dec 2010 14:56:50 +0000
changeset 792
2199365892b1
parent 689
77cc34d5e548
child 1238
e28a06a3c5d9
permissions
-rw-r--r--

7006109: Add test library to simplify the task of writing automated type-system tests
Summary: Types.java needs to be more stress-tested
Reviewed-by: jjg

     1 T6326754.java:44:12: compiler.err.name.clash.same.erasure: TestConstructor(T), TestConstructor(K)
     2 T6326754.java:52:17: compiler.err.name.clash.same.erasure: setT(K), setT(T)
     3 T6326754.java:64:18: compiler.err.prob.found.req: (compiler.misc.incompatible.types), T, T
     4 T6326754.java:70:11: compiler.err.cant.apply.symbol.1: kindname.method, setT, java.lang.Object, compiler.misc.no.args, kindname.class, TestC<T>, (compiler.misc.arg.length.mismatch)
     5 - compiler.note.unchecked.filename: T6326754.java
     6 - compiler.note.unchecked.recompile
     7 4 errors

mercurial