icode: icode INew specializes IAbsCall (not ICall)
[nit.git] / src / icode / icode_base.nit
index f15b4a0..3fe1b3c 100644 (file)
@@ -236,7 +236,7 @@ end
 # An instantiation
 # no reciever, all exprs are arguments
 class INew
-special ICall
+special IAbsCall
        # The type to instantiate
        readable var _stype: MMType
        init(t: MMType, p: MMMethod, a: Sequence[IRegister])