[
https://issues.apache.org/jira/browse/GROOVY-11617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Milles updated GROOVY-11617:
---------------------------------
Priority: Major (was: Minor)
> switch without break or other statement for the last case
> ---------------------------------------------------------
>
> Key: GROOVY-11617
> URL: https://issues.apache.org/jira/browse/GROOVY-11617
> Project: Groovy
> Issue Type: Bug
> Components: parser-antlr4
> Reporter: Eric Milles
> Priority: Major
>
> A switch statement without a break or other statement for the last case fails
> to parse:
> {code:groovy}
> switch (xxx) {
> case yyy:
> }
> {code}
> The same happens for "default:" instead of "case yyy:". (It also happens for
> switch expressions without the expression "case zzz ->" but that is probably
> acceptable.)
> Adding ";" or "break" or any other statement after the case parses fine.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)