eric-milles opened a new pull request #1078: GROOVY-8310: STC: check closure return type when method type has generic URL: https://github.com/apache/groovy/pull/1078 Signature for DGM.collectMany needed to be fixed. Once STC checks closure return type compatibility (against method with return type generics), a list returned from the body of a `collectMany` will not match `Closure<Collection<? extedns T>>` but does satisfy `Closure<? extends Collection<? extedns T>>`.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
