ceylon / ceylon.ast

Apache License 2.0
18 stars 3 forks source link

IterableType’s variadic type is required #84

Closed lucaswerkmeister closed 9 years ago

lucaswerkmeister commented 9 years ago

We currently permit {} as type, i. e., a null IterableType.variadicType. That’s incorrect, since support for that was never added (ceylon/ceylon-spec#1005). I need to remove that.