[ 
https://issues.apache.org/jira/browse/GROOVY-11617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paul King updated GROOVY-11617:
-------------------------------
    Description: 
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.

  was:
A switch statement without a break or other statement for the last case fails 
to parse:
{code:groovy}
switch (xxx) {
  case yyy:
}
{code}

I think the same happens for "default:" instead of "case yyy:".

Adding ";" or "break" or any other statement after the case parses fine.


> 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: Minor
>
> 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)

Reply via email to