[
https://issues.apache.org/jira/browse/GROOVY-5441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Milles updated GROOVY-5441:
--------------------------------
Fix Version/s: (was: 3.0.8)
> 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)