must not compile, because Map has two type parameters... unless we decide Groovy sets the other parameter automatically
Description
example:
class B<T> extends Map<T> {}
must not compile, because Map has two type parameters... unless we decide Groovy sets the other parameter automatically