Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Compiler
-
Labels:None
-
Number of attachments :
Description
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"
java.util.List<String, Integer, Boolean> list = null;