icode: icode INew specializes IAbsCall (not ICall)
authorJean Privat <jean@pryen.org>
Tue, 18 Aug 2009 23:29:51 +0000 (19:29 -0400)
committerJean Privat <jean@pryen.org>
Tue, 18 Aug 2009 23:29:51 +0000 (19:29 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

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])