test/tools/javac/8002286/T8002286.java

Wed, 08 Oct 2014 14:16:40 -0700

author
asaha
date
Wed, 08 Oct 2014 14:16:40 -0700
changeset 2586
f5e5ca7505e2
parent 0
959103a6100f
permissions
-rw-r--r--

Merge

     1 /*
     2  * @test /nodynamiccopyright/
     3  * @bug 8002286
     4  * @summary Resolve should support nested resolution contexts
     5  * @compile/fail/ref=T8002286.out -XDrawDiagnostics T8002286.java
     6  */
     7 class T8002286 {
     8     @Anno(nonExistent())
     9     static class Test { }
    11     @interface Anno { }
    12 }

mercurial