langtools/test/tools/javac/annotations/typeAnnotations/classfile/NewTypeArguments.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    29 import com.sun.tools.classfile.*;
    29 import com.sun.tools.classfile.*;
    30 
    30 
    31 /*
    31 /*
    32  * @test ClassLiterals
    32  * @test ClassLiterals
    33  * @summary test that new type arguments are emitted to classfile
    33  * @summary test that new type arguments are emitted to classfile
    34  * @modules jdk.compiler/com.sun.tools.classfile
    34  * @modules jdk.jdeps/com.sun.tools.classfile
    35  */
    35  */
    36 
    36 
    37 public class NewTypeArguments extends ClassfileTestHelper{
    37 public class NewTypeArguments extends ClassfileTestHelper{
    38     public static void main(String[] args) throws Exception {
    38     public static void main(String[] args) throws Exception {
    39         new NewTypeArguments().run();
    39         new NewTypeArguments().run();