metamodel: rename 'universal' to 'enum'
[nit.git] / tests / test_super.nit
index 2f8d427..1a0036f 100644 (file)
@@ -24,7 +24,7 @@ class A
 end
 
 class B
-special A
+       super A
        redef fun foo
        do
                1.output