test/tools/javac/4846262/Test.java

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
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

duke@1 1 /* /nodynamiccopyright/ */
duke@1 2 public class Test {
duke@1 3 public void test() {
duke@1 4 abcdefg
duke@1 5 }
duke@1 6 }

mercurial