test/tools/javac/T5003235/T5003235c.out

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

author
mcimadamore
date
Thu, 23 Oct 2008 18:29:11 +0100
changeset 158
c6e3fc6dda61
parent 1
9a66ca7c79fa
child 288
d402db1005ad
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 T5003235c.java:15: T5003235c.B has private access in T5003235c
     2 class C extends T5003235c.B.Inner {}
     3                          ^
     4 1 error

mercurial