mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-22 20:59:54 +00:00
fixes #23397 All ambiguous symbols generate symchoices for call arguments since #23123. So, if a type mismatch receives a symchoice node for an argument, we now treat it as an ambiguous identifier and list the ambiguous symbols in the error message.