tests: add error_redef.nit and error_redef2.nit
[nit.git] / tests / test_variance_attr.nit
index 7ae65d3..6717b8c 100644 (file)
@@ -24,7 +24,7 @@ class A
 end
 
 class B
-special A
+       super A
     redef var _foo: nullable Int
     redef var _bar: nullable B
     redef fun output do 'B'.output end