summary refs log tree commit diff stats
path: root/compiler/semcall.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-05-27 13:38:09 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-05-27 13:38:09 +0200
commit98498087202203e343c782ce24e294bd0b82becf (patch)
tree1bec5f2fa4f14b9925b10622288390f43673175c /compiler/semcall.nim
parent669a5644926290e19a3fc32fd319c056183ff2d9 (diff)
parent7e8eadb6ba9c94ea429ee7178e8cc8fbcbf558ea (diff)
downloadNim-98498087202203e343c782ce24e294bd0b82becf.tar.gz
Merge branch 'devel' into araq-big-refactoring
Diffstat (limited to 'compiler/semcall.nim')
-rw-r--r--compiler/semcall.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/semcall.nim b/compiler/semcall.nim
index 894d2ebb2..9c7b9afde 100644
--- a/compiler/semcall.nim
+++ b/compiler/semcall.nim
@@ -254,6 +254,7 @@ proc resolveOverloads(c: PContext, n, orig: PNode,
   var f = n.sons[0]
   if f.kind == nkBracketExpr:
     # fill in the bindings:
+    semOpAux(c, f)
     initialBinding = f
     f = f.sons[0]
   else: