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

newlines in enum not fully supported

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.1-beta-3
    • None
    • None

    Description

      enum ParseCode {
          COMPLETE,
          INCOMPLETE,
          ERROR
          ;
      }
      

      does compile,but

      enum ParseCode
      {
          COMPLETE,
          INCOMPLETE,
          ERROR
          ;
      }
      

      does not

      Attachments

        Activity

          People

            alexpopescu Alexandru Popescu
            blackdrag Jochen Theodorou
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: