< prev index next >

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

Print this page

        

*** 23,33 **** /* * @test * @summary Repeated type-annotations on type parm of local variable * are not written to classfile. * @bug 8008769 ! * @modules jdk.compiler/com.sun.tools.classfile */ import java.lang.annotation.*; import static java.lang.annotation.RetentionPolicy.*; import static java.lang.annotation.ElementType.*; import com.sun.tools.classfile.*; --- 23,33 ---- /* * @test * @summary Repeated type-annotations on type parm of local variable * are not written to classfile. * @bug 8008769 ! * @modules jdk.jdeps/com.sun.tools.classfile */ import java.lang.annotation.*; import static java.lang.annotation.RetentionPolicy.*; import static java.lang.annotation.ElementType.*; import com.sun.tools.classfile.*;
< prev index next >