Is there a reason why this is disallowed?
@closure function (x,y,z)
x+a
end
It stems from this assert here:
|
@assert isexpr(ex.args[1], :call) |
Happy to contribute a PR to handle this case, but just wanted to check if there's a reason for that assert. Seems related to #1.