Prepare Nit code for inherited and automatic constructors.
[nit.git] / tests / base_primitive.nit
index 57ef32c..396f0d2 100644 (file)
@@ -50,7 +50,7 @@ special A
                (i*100).output
        end
 
-       redef init do end
+       init do end
 end
 
 var a = new A