test/tools/javac/typeAnnotations/6967002/T6967002.out

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

author
mcimadamore
date
Thu, 15 Jul 2010 16:31:02 +0100
changeset 607
b49b0d72c071
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 T6967002.java:33:22: compiler.err.expected: ')'
     2 T6967002.java:33:25: compiler.err.illegal.start.of.expr
     3 T6967002.java:33:28: compiler.err.illegal.start.of.expr
     4 T6967002.java:33:29: compiler.err.illegal.start.of.expr
     5 T6967002.java:33:27: compiler.err.not.stmt
     6 T6967002.java:33:30: compiler.err.expected: ';'
     7 T6967002.java:35:2: compiler.err.premature.eof
     8 7 errors

mercurial