From bda8a6c1b7dca04f3292afc853889ce678f9f1dc Mon Sep 17 00:00:00 2001 From: Araq Date: Sun, 18 Dec 2016 00:03:47 +0100 Subject: [PATCH] fixes nimsuggest issue #41 --- compiler/sigmatch.nim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/sigmatch.nim b/compiler/sigmatch.nim index 15171874f1..0f31edf1a8 100644 --- a/compiler/sigmatch.nim +++ b/compiler/sigmatch.nim @@ -172,7 +172,9 @@ proc sumGeneric(t: PType): int = inc result of tyGenericInvocation, tyTuple, tyProc: result += ord(t.kind == tyGenericInvocation) - for i in 0 ..