cleanup: remove old 'special' keyword
[nit.git] / tests / test_ni_super.nit
index a76be8e..2595e8a 100644 (file)
@@ -19,7 +19,7 @@ class A
 end
 
 class B
-special A
+super A
        redef fun id : String is extern import super, String::from_cstring, String::to_cstring
 end