X-Git-Url: http://nitlanguage.org diff --git a/src/icode/icode_base.nit b/src/icode/icode_base.nit index f15b4a0..3fe1b3c 100644 --- a/src/icode/icode_base.nit +++ b/src/icode/icode_base.nit @@ -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])