test/tools/javac/generics/rare/6665356/T6665356.out

Tue, 13 Jan 2009 13:28:20 +0000

author
mcimadamore
date
Tue, 13 Jan 2009 13:28:20 +0000
changeset 185
d57378c34fdb
child 384
ed31953ca025
permissions
-rw-r--r--

6665356: Cast not allowed when both qualifying type and inner class are parameterized
Summary: Fixed parser and cats conversion in order to allow cast between generic inner classes
Reviewed-by: jjg

mcimadamore@185 1 T6665356.java:40:37: compiler.err.improperly.formed.type.param.missing
mcimadamore@185 2 T6665356.java:41:40: compiler.err.improperly.formed.type.inner.raw.param
mcimadamore@185 3 T6665356.java:49:23: compiler.err.improperly.formed.type.param.missing
mcimadamore@185 4 T6665356.java:50:25: compiler.err.improperly.formed.type.inner.raw.param
mcimadamore@185 5 4 errors

mercurial