julia
f0f6b6fd - Permit declarations of the form `f(x::Vararg{Any})`

Commit
10 years ago
Permit declarations of the form `f(x::Vararg{Any})` Fixes up the expanded ast so that jl_is_rest_arg, as called from emit_function (step 2), works properly and avoids a later segfault.
Author
Committer
Parents
Loading