< prev index next >

langtools/test/tools/javac/annotations/typeAnnotations/classfile/T8010015.java

Print this page

        

*** 23,33 **** /* * @test * @summary Wrong classfile attribution in inner class of lambda expression. * @bug 8010015 ! * @modules jdk.compiler/com.sun.tools.classfile */ import java.lang.annotation.*; import static java.lang.annotation.RetentionPolicy.*; import static java.lang.annotation.ElementType.*; --- 23,33 ---- /* * @test * @summary Wrong classfile attribution in inner class of lambda expression. * @bug 8010015 ! * @modules jdk.jdeps/com.sun.tools.classfile */ import java.lang.annotation.*; import static java.lang.annotation.RetentionPolicy.*; import static java.lang.annotation.ElementType.*;
< prev index next >