test/tools/javac/policy/test1/simple.ABD.out

Fri, 29 Apr 2011 16:06:28 +0100

author
mcimadamore
date
Fri, 29 Apr 2011 16:06:28 +0100
changeset 992
dc3d9ef880a1
parent 829
ce6175cfe11e
child 2525
2eb010b6cb22
permissions
-rw-r--r--

6550655: com.sun.tools.javac.code.Symbol$CompletionFailure
Summary: Accessing a non-existing enum constant from an annotation whose class is available results in an internal error
Reviewed-by: jjg

     1 [attribute A]
     2 [attribute A1]
     3 [attribute A2]
     4 [attribute B]
     5 [attribute B1]
     6 B.java:12:9: compiler.err.cant.resolve.location: kindname.variable, x, , , (compiler.misc.location: kindname.class, B1, null)
     7 [attribute B2]
     8 [attribute D]
     9 [attribute D1]
    10 [attribute D2]
    11 1 error

mercurial