mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-10 15:04:59 +00:00
fix failing CIs
This commit is contained in:
@@ -399,7 +399,7 @@ proc resolveOverloads(c: PContext, n, orig: PNode,
|
||||
n.sons.insert(hiddenArg, 1)
|
||||
orig.sons.insert(hiddenArg, 1)
|
||||
|
||||
pickBest(f)
|
||||
pickSpecialOp(f)
|
||||
|
||||
if result.state != csMatch:
|
||||
n.sons.delete(1)
|
||||
|
||||
Reference in New Issue
Block a user