eric-milles opened a new pull request #1363:
URL: https://github.com/apache/groovy/pull/1363


   ```groovy
     @groovy.transform.TypeChecked
     class C<T extends Number> {
       List<T> list
       def test() {
         m(list) { /*...*/ } // "it" should infer as T/Number
       }
       def <U> void m(Iterable<U> items, 
@ClosureParams(FirstParam.FirstGenericType) Closure block) {
         // ...
       }
     }
   ```
   https://issues.apache.org/jira/browse/GROOVY-9735


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


Reply via email to