mirror of
https://github.com/nim-lang/Nim.git
synced 2026-09-05 21:20:50 +00:00
The old implementation relied on the (now?) wrong assumption that default-valued parameters can only be placed after the required ones. Fixes #8683