X-Git-Url: http://nitlanguage.org diff --git a/src/transform.nit b/src/transform.nit index 010a944..3499d9b 100644 --- a/src/transform.nit +++ b/src/transform.nit @@ -17,7 +17,6 @@ module transform import astbuilder -import astvalidation import semantize intrude import semantize::scope intrude import semantize::typing @@ -117,6 +116,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