test/tools/javac/8002286/T8002286.java

Mon, 25 Mar 2013 16:55:14 -0700

author
mfang
date
Mon, 25 Mar 2013 16:55:14 -0700
changeset 1658
fdf30b225e1c
parent 0
959103a6100f
permissions
-rw-r--r--

8010521: jdk8 l10n resource file translation update 2
Reviewed-by: naoto, yhuang

     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