From 337c11ffd64758363da261a680cdaa034baaebfa Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Tue, 18 Aug 2009 19:29:51 -0400 Subject: [PATCH] icode: icode INew specializes IAbsCall (not ICall) Signed-off-by: Jean Privat --- src/icode/icode_base.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 1.7.9.5