cleanup: remove old 'special' keyword
[nit.git] / tests / test_ni_special_all_native.nit
index 38062f3..55e1900 100644 (file)
@@ -20,7 +20,7 @@ class A
 end
 
 class B
-special A
+super A
        redef fun work is extern
 end