< prev index next >

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

Print this page

        

*** 23,33 **** /* * @test * @bug 8206986 * @summary Check fall through in switch expressions. ! * @compile --enable-preview -source 12 ExpressionSwitchFallThrough1.java * @run main/othervm --enable-preview ExpressionSwitchFallThrough1 */ import java.util.Objects; --- 23,33 ---- /* * @test * @bug 8206986 * @summary Check fall through in switch expressions. ! * @compile --enable-preview -source 13 ExpressionSwitchFallThrough1.java * @run main/othervm --enable-preview ExpressionSwitchFallThrough1 */ import java.util.Objects;
< prev index next >