Prepare Nit code for inherited and automatic constructors.
[nit.git] / tests / base_simple.nit
index a9f1afd..885fd8a 100644 (file)
@@ -52,7 +52,7 @@ special A
                0.output
        end
 
-       redef init
+       init
        do
                1.output
        end