typing: allow `new` on interface and abstract classes that have a `new`-factory
[nit.git] / src / semantize / auto_super_init.nit
index e6feb5c..25874e2 100644 (file)
@@ -32,10 +32,6 @@ end
 
 private class AutoSuperInitVisitor
        super Visitor
-       init
-       do
-       end
-
        redef fun visit(n)
        do
                n.accept_auto_super_init(self)