mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
505 B
505 B
--# run #--
--- error ---
can't call overload fn: more than one function match arguments (5), matching functions were at least (specificity 1.2):
• $(x::is number) (from test/tests/function type dispatch ambigous.ans:1:1)
• $(a::is number) (from test/tests/function type dispatch ambigous.ans:4:1)
↳ from test/tests/function type dispatch ambigous.ans:7:3 in call: fn(5)
↳ from ? in block: :fn = ($(x::is number) _)…
--# saved #--
{}
--- error ---
can't call overload fn: more than one function match arguments (5), matching functions were at least (specificity 1.2):
• $(x::is number) (from test/tests/function type dispatch ambigous.ans:1:1)
• $(a::is number) (from test/tests/function type dispatch ambigous.ans:4:1)
↳ from test/tests/function type dispatch ambigous.ans:7:3 in call: fn(5)
↳ from ? in block: :fn = ($(x::is number) _)…
--# saved #--
{}