< prev index next >

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

Print this page

        

*** 29,39 **** import com.sun.tools.classfile.*; /* * @test ClassLiterals * @summary test that new type arguments are emitted to classfile ! * @modules jdk.compiler/com.sun.tools.classfile */ public class NewTypeArguments extends ClassfileTestHelper{ public static void main(String[] args) throws Exception { new NewTypeArguments().run(); --- 29,39 ---- import com.sun.tools.classfile.*; /* * @test ClassLiterals * @summary test that new type arguments are emitted to classfile ! * @modules jdk.jdeps/com.sun.tools.classfile */ public class NewTypeArguments extends ClassfileTestHelper{ public static void main(String[] args) throws Exception { new NewTypeArguments().run();
< prev index next >