test/tools/apt/Compile/HelloWorld.java

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

     1 /* /nodynamiccopyright/ */
     2 public class HelloWorld {
     3     public static void main(String argv[]) {
     4         System.out.println("Hello World.");
     5     }
     6 }

mercurial