< prev index next >

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

Print this page
rev 56806 : 8232684: Make switch expressions final
Reviewed-by: TBD

*** 1,10 **** /* * @test /nodynamiccopyright/ * @bug 8212982 * @summary Verify a compile-time error is produced if switch expression does not provide a value ! * @compile/fail/ref=ExpressionSwitchFlow.out --enable-preview -source ${jdk.version} -XDrawDiagnostics ExpressionSwitchFlow.java */ public class ExpressionSwitchFlow { private String test1(int i) { return switch (i) { --- 1,10 ---- /* * @test /nodynamiccopyright/ * @bug 8212982 * @summary Verify a compile-time error is produced if switch expression does not provide a value ! * @compile/fail/ref=ExpressionSwitchFlow.out -XDrawDiagnostics ExpressionSwitchFlow.java */ public class ExpressionSwitchFlow { private String test1(int i) { return switch (i) {
< prev index next >