Prepare Nit code for inherited and automatic constructors.
[nit.git] / tests / base_gen.nit
index 0df5b69..3980ad4 100644 (file)
@@ -39,7 +39,7 @@ special A
                (i+1).output
        end
 
-       redef init do end
+       init do end
 end
 
 class G[E: Object]