< prev index next >

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

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

*** 20,32 **** * or visit www.oracle.com if you need additional information or have any * questions. */ // key: compiler.err.switch.expression.empty - // key: compiler.note.preview.filename - // key: compiler.note.preview.recompile - // options: --enable-preview -source ${jdk.version} class BreakOutsideSwitchExpression { String t(E e) { return switch (e) { }; --- 20,29 ----
< prev index next >