< prev index next >

test/langtools/tools/javac/switchexpr/ExpressionSwitchBugsInGen.java

Print this page

        

*** 23,33 **** /* * @test * @bug 8214031 * @summary Verify various corner cases with nested switch expressions. ! * @compile --enable-preview -source 12 ExpressionSwitchBugsInGen.java * @run main/othervm --enable-preview ExpressionSwitchBugsInGen */ public class ExpressionSwitchBugsInGen { public static void main(String... args) { --- 23,33 ---- /* * @test * @bug 8214031 * @summary Verify various corner cases with nested switch expressions. ! * @compile --enable-preview -source 13 ExpressionSwitchBugsInGen.java * @run main/othervm --enable-preview ExpressionSwitchBugsInGen */ public class ExpressionSwitchBugsInGen { public static void main(String... args) {
< prev index next >