julia
ceeefc8f - Fix show_method_candidate for Builtins (#49053)

Commit
2 years ago
Fix show_method_candidate for Builtins (#49053) Fix #49002 With this PR: ```julia julia> typeof(; a=3, b=4) ERROR: MethodError: no method matching typeof(; a::Int64, b::Int64) Stacktrace: [1] top-level scope @ REPL[41]:1 ```
Author
Parents
Loading