metamodel: rename 'universal' to 'enum'
[nit.git] / tests / error_spe_proc.nit
index 5a474df..0b23aef 100644 (file)
@@ -19,6 +19,6 @@ fun toto do end
 end
 
 class B
-special A
+       super A
 redef fun toto: Int do return 2end
 end