You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by GitBox <gi...@apache.org> on 2020/09/26 15:59:32 UTC

[GitHub] [groovy] eric-milles opened a new pull request #1381: GROOVY-9760: parameterizeType for raw type should be T not T
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:
users@infra.apache.org



[GitHub] [groovy] asfgit closed pull request #1381: GROOVY-9760: parameterizeType for raw type should be T not T Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #1381:
URL: https://github.com/apache/groovy/pull/1381


   


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