Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(sigmatch): allow
varargs[T]
to accept overloaded symbol
There was a bug that params wouldn't be matched if the param was overloaded and the candidate type was varargs. This checks the base type of the `varargs` and then will to an overloaded symbol if in a macros or template. Fixes nim-lang#19446 & nim-lang#13913
- Loading branch information