< prev index next >

test/langtools/tools/javac/diags/examples/FeatureStatementsBeforeSuper.java

Print this page
@@ -19,12 +19,10 @@
   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   * or visit www.oracle.com if you need additional information or have any
   * questions.
   */
  
-  // key: compiler.misc.feature.super.init
-  // key: compiler.warn.preview.feature.use
   // options: --enable-preview -source ${jdk.version} -Xlint:preview
  
  class FeatureStatementsBeforeSuper {
      FeatureStatementsBeforeSuper() {
          System.out.println();
< prev index next >