test/tools/javac/generics/7034511/T7034511b.out

Mon, 02 May 2011 12:05:41 +0100

author
mcimadamore
date
Mon, 02 May 2011 12:05:41 +0100
changeset 996
384ea9a98912
parent 970
f00986f55961
child 1352
d4b3cb1ece84
permissions
-rw-r--r--

7040883: Compilation error: "length in Array is defined in an inaccessible class or interface"
Summary: Fix of 7034511 (now backed out) is causing spurious accessibility errors
Reviewed-by: jjg

mcimadamore@970 1 T7034511b.java:14:11: compiler.err.cant.apply.symbol.1: kindname.method, toArray, compiler.misc.type.captureof: 1, ?[], java.lang.Object[], kindname.class, T7034511b.MyList<E>, (compiler.misc.no.conforming.assignment.exists: java.lang.Object[], compiler.misc.type.captureof: 1, ?[])
mcimadamore@970 2 1 error

mercurial