metamodel: rename 'universal' to 'enum'
[nit.git] / src / metamodel / type_formal.nit
index e214218..8ab8b8b 100644 (file)
@@ -27,7 +27,7 @@ end
 
 # Formal types are named indirect types
 class MMTypeFormal
-special MMType
+       super MMType
        redef fun is_valid do return _bound != null and _bound.is_valid
 
        # The name of the type