langtools/test/tools/javac/annotations/typeAnnotations/classfile/T8008762.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8008762
    26  * @bug 8008762
    27  * @summary Type annotation on inner class in anonymous class
    27  * @summary Type annotation on inner class in anonymous class
    28  *          shows up as regular annotation
    28  *          shows up as regular annotation
    29  * @modules jdk.compiler/com.sun.tools.classfile
    29  * @modules jdk.jdeps/com.sun.tools.classfile
    30  */
    30  */
    31 import java.lang.annotation.*;
    31 import java.lang.annotation.*;
    32 import static java.lang.annotation.RetentionPolicy.*;
    32 import static java.lang.annotation.RetentionPolicy.*;
    33 import static java.lang.annotation.ElementType.*;
    33 import static java.lang.annotation.ElementType.*;
    34 
    34