test/tools/javac/6302184/T6302184.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 695
3c9b64e55c5d
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

     2 class T6302184 {
     4     T6302184() {
     5         super();
     6     }
     7     int ÀÁÂÃÄÅ = 1;
     8 }

mercurial