mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 14:25:23 +00:00
fixes #4671
This commit is contained in:
@@ -215,6 +215,7 @@ proc resolveOverloads(c: PContext, n, orig: PNode,
|
||||
if result.state != csMatch:
|
||||
n.sons.delete(1)
|
||||
orig.sons.delete(1)
|
||||
excl n.flags, nfExprCall
|
||||
else: return
|
||||
|
||||
if nfDotField in n.flags:
|
||||
|
||||
Reference in New Issue
Block a user