< prev index next >

test/langtools/tools/javac/switchextra/SwitchStatementBroken2.out

Print this page
rev 56806 : 8232684: Make switch expressions final
Reviewed-by: TBD
   1 SwitchStatementBroken2.java:17:23: compiler.err.switch.case.unexpected.statement
   2 SwitchStatementBroken2.java:18:23: compiler.err.switch.case.unexpected.statement
   3 SwitchStatementBroken2.java:19:23: compiler.err.switch.case.unexpected.statement
   4 SwitchStatementBroken2.java:22:27: compiler.err.variable.not.allowed
   5 SwitchStatementBroken2.java:23:24: compiler.err.switch.case.unexpected.statement
   6 - compiler.note.preview.filename: SwitchStatementBroken2.java
   7 - compiler.note.preview.recompile
   8 5 errors
   1 SwitchStatementBroken2.java:17:23: compiler.err.switch.case.unexpected.statement
   2 SwitchStatementBroken2.java:18:23: compiler.err.switch.case.unexpected.statement
   3 SwitchStatementBroken2.java:19:23: compiler.err.switch.case.unexpected.statement
   4 SwitchStatementBroken2.java:22:27: compiler.err.variable.not.allowed
   5 SwitchStatementBroken2.java:23:24: compiler.err.switch.case.unexpected.statement


   6 5 errors
< prev index next >