❯ julia --warn-overwrite=yes -q
julia> begin
f()=1
f(a)=2
f(a,b)=3
f(;a,b)=4
end
WARNING: Method definition f() in module Main at REPL[1]:2 overwritten at REPL[1]:5.
f (generic function with 3 methods)
4 Likes