< prev index next >

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

Print this page

        

@@ -21,11 +21,10 @@
  * questions.
  */
 
 // key: compiler.err.feature.not.supported.in.source.plural
 // key: compiler.misc.feature.private.intf.methods
-// key: compiler.warn.source.no.bootclasspath
-// options: -source 8
+// options: -source 8 -Xlint:-options
 
 interface PrivateInterfaceMethodsNotSupported {
     private void foo() {}
 }
< prev index next >