metamodel: rename 'universal' to 'enum'
[nit.git] / tests / base_inline_nested2.nit
index ef70646..c94e692 100644 (file)
@@ -36,7 +36,7 @@ interface Inline__
 end
 
 class A
-special Inline__
+       super Inline__
        redef fun foo(i: Int)
        do
                'A'.output