< prev index next >

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

Print this page

        

*** 30,40 **** /* * @test Wildcards * @bug 6843077 8006775 * @summary test that annotations target wildcards get emitted to classfile ! * @modules jdk.compiler/com.sun.tools.classfile */ public class Wildcards extends ClassfileTestHelper { public static void main(String[] args) throws Exception { new Wildcards().run(); } --- 30,40 ---- /* * @test Wildcards * @bug 6843077 8006775 * @summary test that annotations target wildcards get emitted to classfile ! * @modules jdk.jdeps/com.sun.tools.classfile */ public class Wildcards extends ClassfileTestHelper { public static void main(String[] args) throws Exception { new Wildcards().run(); }
< prev index next >