You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by GitBox <gi...@apache.org> on 2019/05/28 21:58:44 UTC

[GitHub] [groovy] eric-milles edited a comment on issue #940: GROOVY-4438: enumConstants: reduce ambiguity within loop

eric-milles edited a comment on issue #940: GROOVY-4438: enumConstants: reduce ambiguity within loop
URL: https://github.com/apache/groovy/pull/940#issuecomment-496644108
 
 
   ~**NOTE**: Please hold on merging this.~  During additional testing I have found that parsing fails for an enum like this:
   
   ```groovy
   enum Orientation
   {
       LANDSCAPE, PORTRAIT
   
       @Override
       String toString()
       {
           name().toLowerCase().capitalize()
       }
   }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services