< prev index next >

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

Print this page
*** 20,12 ***
   * or visit www.oracle.com if you need additional information or have any
   * questions.
   */
  
  // key: compiler.err.return.before.superclass.initialized
- // key: compiler.note.preview.filename
- // key: compiler.note.preview.recompile
  // options: --enable-preview -source ${jdk.version}
  
  class ReturnBeforeSuperclassInit {
      ReturnBeforeSuperclassInit(boolean maybe) {
          if (maybe)
--- 20,10 ---
< prev index next >