eric-milles opened a new pull request, #2169: URL: https://github.com/apache/groovy/pull/2169
This is a total experiment and a work-in-progress. I don't know quite how to represent the extra variable/parameter. `ForStatement` is already a bit of a mess in how it supports both `for(int i = 0; i < n; ++i)`, `for (var item : list)` and `for(item in list)`. -- 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. To unsubscribe, e-mail: notifications-unsubscr...@groovy.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org