langtools/test/tools/javac/annotations/typeAnnotations/classfile/T8010015.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @summary Wrong classfile attribution in inner class of lambda expression.
    26  * @summary Wrong classfile attribution in inner class of lambda expression.
    27  * @bug 8010015
    27  * @bug 8010015
    28  * @modules jdk.compiler/com.sun.tools.classfile
    28  * @modules jdk.jdeps/com.sun.tools.classfile
    29  */
    29  */
    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.*;