[GitHub] [groovy] eric-milles opened a new pull request #1381: GROOVY-9760: parameterizeType for raw type should be T not T

Sat, 26 Sep 2020 09:00:33 -0700


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


   ```groovy
   class C implements T { // no type argument
   //Object get() {}
   }
   trait T<X> {
     X get() {}
   }
   ```
   
   https://issues.apache.org/jira/browse/GROOVY-9760


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