fixes binding of overloaded procs

This commit is contained in:
Araq
2012-05-04 01:58:54 +02:00
parent 28b68d914e
commit a41bf611a0
6 changed files with 51 additions and 26 deletions

View File

@@ -0,0 +1,12 @@
import strtabs
template t*() =
block:
bind newStringTable
discard {"Content-Type": "text/html"}.newStringTable()
discard {:}.newStringTable
#discard {"Content-Type": "text/html"}.newStringTable()
t()