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
7 lines
346 B
Plaintext
7 lines
346 B
Plaintext
ExpressionSwitchNotExhaustive.java:10:16: compiler.err.not.exhaustive
|
|
ExpressionSwitchNotExhaustive.java:16:16: compiler.err.not.exhaustive
|
|
ExpressionSwitchNotExhaustive.java:29:23: compiler.err.var.might.not.have.been.initialized: s
|
|
- compiler.note.preview.filename: ExpressionSwitchNotExhaustive.java
|
|
- compiler.note.preview.recompile
|
|
3 errors
|