diff --git a/compiler/evaltempl.nim b/compiler/evaltempl.nim index 58594a8b7a..c33e5be861 100644 --- a/compiler/evaltempl.nim +++ b/compiler/evaltempl.nim @@ -62,7 +62,7 @@ proc evalTemplateArgs(n: PNode, s: PSym): PNode = # if the template has zero arguments, it can be called without ``()`` # `n` is then a nkSym or something similar var totalParams = case n.kind - of nkCall, nkInfix, nkPrefix, nkPostfix, nkCommand, nkCallStrLit: