metamodel: rename 'universal' to 'enum'
[nit.git] / tests / error_spe_fun.nit
index c98cc5a..7a3ae87 100644 (file)
@@ -19,6 +19,6 @@ fun toto: Int do return 1 end
 end
 
 class B
-special A
+       super A
 redef fun toto do end
 end