Daniel Sun created GROOVY-8544:
----------------------------------

             Summary: 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: New Feature
            Reporter: Daniel Sun
            Assignee: Daniel Sun


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)

Reply via email to