Eric Milles created GROOVY-10476:
------------------------------------
Summary: STC: for-each loop on iterable-like types
Key: GROOVY-10476
URL: https://issues.apache.org/jira/browse/GROOVY-10476
Project: Groovy
Issue Type: Improvement
Reporter: Eric Milles
Follow up from GROOVY-8133. Using a {{Stream}} or other iterable-like type
(provides {{iterator()}} method but does not implement {{Iterable}}) in a
for-each loop works but does not provide type inference beyond Object for the
loop element type.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)