engines: process named arguments
[nit.git] / src / compiler / abstract_compiler.nit
index f8cbee8..8d3f7db 100644 (file)
@@ -3121,6 +3121,13 @@ redef class AVarargExpr
        end
 end
 
+redef class ANamedargExpr
+       redef fun expr(v)
+       do
+               return v.expr(self.n_expr, null)
+       end
+end
+
 redef class ADebugTypeExpr
        redef fun stmt(v)
        do