metamodel: rename 'universal' to 'enum'
[nit.git] / tests / base_attr_nullable.nit
index b662cad..3e2c6f0 100644 (file)
@@ -57,7 +57,7 @@ class Foo
 end
 
 class Bar
-special Foo
+       super Foo
        var _a3: Integer
        redef fun run
        do