test/tools/javac/8002286/T8002286.java

Wed, 30 Oct 2013 18:09:49 +0000

author
vromero
date
Wed, 30 Oct 2013 18:09:49 +0000
changeset 2173
537fa895fd74
parent 0
959103a6100f
permissions
-rw-r--r--

8027327: jar files related to test test/tools/javac/ExtDirs/ExtDirTest.java should be removed from the repo
Reviewed-by: ksrini

     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