diff --git a/src/Compiler.jl b/src/Compiler.jl index 6f05efdaee..ddbd1cb1e5 100644 --- a/src/Compiler.jl +++ b/src/Compiler.jl @@ -445,7 +445,7 @@ function wrapped_expression(expr::Expr) args = filter(!is_a_module, args) args = tuple(collect(args)...) fname = gensym(:F) - + return ( Expr(:tuple, args...), quote