langtools/test/tools/javac/expression/_super/NonDirectSuper/NonDirectSuper.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8027789
    26  * @bug 8027789
    27  * @summary check that the direct superclass is used as the site when calling
    27  * @summary check that the direct superclass is used as the site when calling
    28  *          a superclass' method
    28  *          a superclass' method
    29  * @modules jdk.compiler/com.sun.tools.classfile
    29  * @modules jdk.jdeps/com.sun.tools.classfile
    30  * @compile Base.java NonDirectSuper.java
    30  * @compile Base.java NonDirectSuper.java
    31  * @run main test.NonDirectSuper
    31  * @run main test.NonDirectSuper
    32  */
    32  */
    33 
    33 
    34 package test;
    34 package test;