Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
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;