eric-milles opened a new pull request #999: GROOVY-8815: preserve redirects for 
generics placeholders
URL: https://github.com/apache/groovy/pull/999
 
 
   When resolving method with generics, placeholder may have bounds.  Ex:
     def <T extends Type> void doSomething(Predicate<Type> check) { ... }
   
   If Type has generics, the resolved generics types must be retained:
     T -> Type<?> -> Type<X>

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to