< prev index next >

test/langtools/tools/javac/classfiles/attributes/innerclasses/NoInnerClassesTest.java

Print this page
*** 24,10 ***
--- 24,11 ---
  /*
   * @test
   * @bug 8042251
   * @summary Test that there are no inner classes attributes in case of there are no inner classes.
   * @library /tools/lib /tools/javac/lib ../lib
+  * @enablePreview
   * @modules jdk.compiler/com.sun.tools.javac.api
   *          jdk.compiler/com.sun.tools.javac.main
   * @build toolbox.ToolBox InMemoryFileManager TestBase
   * @run main NoInnerClassesTest
   */
< prev index next >