test/tools/javac/6302184/T6302184.out

Thu, 15 Jul 2010 16:31:02 +0100

author
mcimadamore
date
Thu, 15 Jul 2010 16:31:02 +0100
changeset 607
b49b0d72c071
parent 1
9a66ca7c79fa
child 695
3c9b64e55c5d
permissions
-rw-r--r--

6967002: JDK7 b99 javac compilation error (java.lang.AssertionError)
Summary: bug in JavacParser related to parsing of type annotations in varargs position
Reviewed-by: jjg
Contributed-by: mahmood@notnoop.com

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

mercurial