metamodel: rename 'universal' to 'enum'
[nit.git] / tests / test_gen.nit
index 93718dc..6c2c763 100644 (file)
@@ -28,7 +28,7 @@ class Toto[E]
 end
 
 class TestNative
-special ArrayCapable[Int]
+       super ArrayCapable[Int]
 
 init
 do