Prepare Nit code for inherited and automatic constructors.
[nit.git] / tests / base_simple2.nit
index 1d23616..5d2df41 100644 (file)
@@ -62,7 +62,7 @@ special A
                0.output
        end
 
-       redef init
+       init
        do
                1.output
        end