[ https://issues.apache.org/jira/browse/GROOVY-5441 ]
Eric Milles deleted comment on GROOVY-5441:
-------------------------------------
was (Author: emilles):
fixed by
https://github.com/apache/groovy/commit/7109f64f17601016e41cb989ec1ee78f764c6a81#diff-71bf37499535f66da1514d0baec2af140877dc3b15f361cb2b02c14ebd729a60
> Type argument checking
> ----------------------
>
> Key: GROOVY-5441
> URL: https://issues.apache.org/jira/browse/GROOVY-5441
> Project: Groovy
> Issue Type: New Feature
> Components: Compiler
> Reporter: Maxim Medvedev
> Assignee: Eric Milles
> Priority: Major
> Fix For: 4.0.0-beta-1
>
>
> Groovyc should check at least count of type arguments used e.g. the following
> code should be compiled with an error "Wrong number of type arguments"
> {code}
> java.util.List<String, Integer, Boolean> list = null;
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)