< prev index next >

test/langtools/tools/javac/resolve/BitWiseOperators.java

Print this page
@@ -23,10 +23,11 @@
  
  /*
   * @test
   * @bug 8082311 8129962
   * @summary Verify that bitwise operators don't allow to mix numeric and boolean operands.
+  * @enablePreview
   * @library ../lib
   * @modules jdk.compiler/com.sun.tools.javac.api
   *          jdk.compiler/com.sun.tools.javac.file
   *          jdk.compiler/com.sun.tools.javac.util
   * @build combo.ComboTestHelper
< prev index next >