test/tools/javac/missingSuperRecovery/MissingSuperRecovery.out

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

author
mcimadamore
date
Thu, 15 Jul 2010 16:31:02 +0100
changeset 607
b49b0d72c071
parent 221
6ada6122dd4f
child 2525
2eb010b6cb22
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 MissingSuperRecovery.java:15: cannot access base
     2 public class MissingSuperRecovery extends impl {
     3        ^
     4   class file for base not found
     5 1 error

mercurial