X-Git-Url: http://nitlanguage.org diff --git a/src/transform.nit b/src/transform.nit index 010a944..3e5865b 100644 --- a/src/transform.nit +++ b/src/transform.nit @@ -117,6 +117,7 @@ redef class AExpr super if other isa AExpr then if other.implicit_cast_to == null then other.implicit_cast_to = implicit_cast_to + other.vararg_decl = vararg_decl end end end