b3b644438e
8207405: Compiler Tree API support for Switch Expressions (Preview) Support for switch expression, switch with rules and multiple constants for cases. Reviewed-by: jjg, mcimadamore, vromero
9 lines
498 B
Plaintext
9 lines
498 B
Plaintext
SwitchStatementBroken2.java:17:23: compiler.err.switch.case.unexpected.statement
|
|
SwitchStatementBroken2.java:18:23: compiler.err.switch.case.unexpected.statement
|
|
SwitchStatementBroken2.java:19:23: compiler.err.switch.case.unexpected.statement
|
|
SwitchStatementBroken2.java:22:27: compiler.err.variable.not.allowed
|
|
SwitchStatementBroken2.java:23:24: compiler.err.switch.case.unexpected.statement
|
|
- compiler.note.preview.filename: SwitchStatementBroken2.java
|
|
- compiler.note.preview.recompile
|
|
5 errors
|