julia
f0f6b6fd
- Permit declarations of the form `f(x::Vararg{Any})`
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#10934 - Permit declarations of the form `f(x::Vararg{Any})`
Author
timholy
Committer
timholy
Parents
e459a49b
Loading