langtools/test/tools/javac/annotations/typeAnnotations/referenceinfos/TypeCasts.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    25 
    25 
    26 /*
    26 /*
    27  * @test
    27  * @test
    28  * @bug 8042451
    28  * @bug 8042451
    29  * @summary Test population of reference info for type casts
    29  * @summary Test population of reference info for type casts
    30  * @modules jdk.compiler/com.sun.tools.classfile
    30  * @modules jdk.jdeps/com.sun.tools.classfile
    31  * @compile -g Driver.java ReferenceInfoUtil.java TypeCasts.java
    31  * @compile -g Driver.java ReferenceInfoUtil.java TypeCasts.java
    32  * @run main Driver TypeCasts
    32  * @run main Driver TypeCasts
    33  */
    33  */
    34 public class TypeCasts {
    34 public class TypeCasts {
    35 
    35