test/tools/javac/generics/6711619/T6711619b.out

Thu, 23 Oct 2008 18:29:11 +0100

author
mcimadamore
date
Thu, 23 Oct 2008 18:29:11 +0100
changeset 158
c6e3fc6dda61
parent 155
4d2d8b6459e1
child 384
ed31953ca025
permissions
-rw-r--r--

6557954: Inner class type parameters doesn't get substituted when checking type well-formedness
Summary: Validator.visitTypeApply should substitute all formal typevars with actual parameters
Reviewed-by: jjg

     1 T6711619b.java:39:22: compiler.err.report.access: i, private, T6711619b.X1
     2 T6711619b.java:46:22: compiler.err.report.access: i, private, T6711619b.X2
     3 T6711619b.java:54:22: compiler.err.report.access: i, private, T6711619b.X3
     4 T6711619b.java:61:22: compiler.err.report.access: i, private, T6711619b.X4
     5 4 errors

mercurial