< prev index next >

langtools/test/tools/javac/annotations/typeAnnotations/referenceinfos/MethodInvocationTypeArgument.java

Print this page

        

*** 23,33 **** /* * @test * @bug 8042451 * @summary Test population of reference info for method invocation type arguments ! * @modules jdk.compiler/com.sun.tools.classfile * @compile -g Driver.java ReferenceInfoUtil.java MethodInvocationTypeArgument.java * @run main Driver MethodInvocationTypeArgument */ import static com.sun.tools.classfile.TypeAnnotation.TargetType.METHOD_INVOCATION_TYPE_ARGUMENT; --- 23,33 ---- /* * @test * @bug 8042451 * @summary Test population of reference info for method invocation type arguments ! * @modules jdk.jdeps/com.sun.tools.classfile * @compile -g Driver.java ReferenceInfoUtil.java MethodInvocationTypeArgument.java * @run main Driver MethodInvocationTypeArgument */ import static com.sun.tools.classfile.TypeAnnotation.TargetType.METHOD_INVOCATION_TYPE_ARGUMENT;
< prev index next >