You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Suminda Dharmasena (JIRA)" <ji...@apache.org> on 2015/07/23 19:22:05 UTC

[jira] [Created] (GROOVY-7521) Support Generics with def

Suminda Dharmasena created GROOVY-7521:
------------------------------------------

             Summary: Support Generics with def
                 Key: GROOVY-7521
                 URL: https://issues.apache.org/jira/browse/GROOVY-7521
             Project: Groovy
          Issue Type: Bug
            Reporter: Suminda Dharmasena
            Priority: Blocker


You cannot use generics with def. 

{{code}}
def <S, T> f(Map<S, T> i) { ... }
{{code}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)