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

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

mercurial