cleanup: remove old 'special' keyword
[nit.git] / tests / test_ni_special_from_native.nit
index 8d0cda9..6a8c2ef 100644 (file)
@@ -20,7 +20,7 @@ class A
 end
 
 class B
-special A
+super A
        redef fun nity do print "B"
 end