[
https://issues.apache.org/jira/browse/GROOVY-8544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Advertising
Daniel Sun closed GROOVY-8544.
------------------------------
Resolution: Not A Problem
Fix Version/s: (was: 3.0.0-alpha-3)
(was: 2.6.0-alpha-4)
The issue does not exist, but the current implementation is a bit tricky. I've
refined it.
> The new parser Parrot does not support enum constants end with semicolon
> ------------------------------------------------------------------------
>
> Key: GROOVY-8544
> URL: https://issues.apache.org/jira/browse/GROOVY-8544
> Project: Groovy
> Issue Type: Bug
> Reporter: Daniel Sun
> Assignee: Daniel Sun
> Priority: Minor
>
> Currently Parrot supports the following code:
> {code:java}
> enum {
> A, B
> }
> {code}
> but does not support:
> {code:java}
> enum {
> A, B;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)