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)