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/07/13 14:54:30 UTC

[GitHub] [groovy] eric-milles opened a new pull request #1311: GROOVY-7848: retain generics of list or map elements

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


   https://issues.apache.org/jira/browse/GROOVY-7848
   
       `[[1],[2]]` should infer as `List<List<Integer>>`
       `[1:['a'],2:['b']]` should infer as `Map<Integer,List<String>>`


----------------------------------------------------------------
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 #1311: GROOVY-7848: STC: retain generics of list or map elements

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #1311:
URL: https://github.com/apache/groovy/pull/1311


   


----------------------------------------------------------------
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] paulk-asert commented on pull request #1311: GROOVY-7848: STC: retain generics of list or map elements

Posted by GitBox <gi...@apache.org>.
paulk-asert commented on pull request #1311:
URL: https://github.com/apache/groovy/pull/1311#issuecomment-660442083


   Proposed PR merged. Thanks!


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