metamodel: rename 'universal' to 'enum'
[nit.git] / tests / base_primitive.nit
index 8b64c56..3b0df84 100644 (file)
@@ -44,7 +44,7 @@ class A
 end
 
 class B
-special A
+       super A
        redef fun bar(i: Int)
        do
                (i*100).output