< prev index next >

langtools/test/tools/javac/expression/_super/NonDirectSuper/NonDirectSuper.java

Print this page

        

*** 24,34 **** /* * @test * @bug 8027789 * @summary check that the direct superclass is used as the site when calling * a superclass' method ! * @modules jdk.compiler/com.sun.tools.classfile * @compile Base.java NonDirectSuper.java * @run main test.NonDirectSuper */ package test; --- 24,34 ---- /* * @test * @bug 8027789 * @summary check that the direct superclass is used as the site when calling * a superclass' method ! * @modules jdk.jdeps/com.sun.tools.classfile * @compile Base.java NonDirectSuper.java * @run main test.NonDirectSuper */ package test;
< prev index next >