Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-8544

The new parser Parrot does not support enum constants end with semicolon

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • None
    • None
    • None
    • None

    Description

      Currently Parrot supports the following code:

      enum {
           A, B
      }
      

      but does not support:

      enum {
           A, B;
      }
      

      Attachments

        Activity

          People

            daniel_sun Daniel Sun
            daniel_sun Daniel Sun
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: