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/07/07 00:21:32 UTC

[GitHub] [groovy] eric-milles opened a new pull request #961: Override getText() in DeclarationExpression to provide type info

eric-milles opened a new pull request #961: Override getText() in DeclarationExpression to provide type info
URL: https://github.com/apache/groovy/pull/961
 
 
   Instead of returning "var = value" from getText(), a declaration will return "def var = value" or "Type var = value" or "def (var1, Type var2) = [value1, value2]".

----------------------------------------------------------------
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