nitg: Modified compilation routine to avoid use of String contructors
[nit.git] / tests / test_ni_special_to_native.nit
index 07a3ef1..0ba73d2 100644 (file)
@@ -20,7 +20,7 @@ class A
 end
 
 class B
-special A
+super A
        redef fun extern_echo is extern
        redef fun echo do print "B"
 end