From ae27f8ac583f03969f4c74512bae68e8dc9fd40b Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Sat, 3 Nov 2018 19:11:10 +0100 Subject: fixes #9611 --- compiler/semtypes.nim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/semtypes.nim b/compiler/semtypes.nim index 5215a1d11..b0b7178fa 100644 --- a/compiler/semtypes.nim +++ b/compiler/semtypes.nim @@ -1621,8 +1621,7 @@ proc semTypeNode(c: PContext, n: PNode, prev: PType): PType = result = prev of nkSym: let s = getGenSym(c, n.sym) - if s.kind == skType and s.typ != nil or - s.kind == skParam and s.typ.kind == tyTypeDesc: + if s.typ != nil and (s.kind == skType or s.typ.kind == tyTypeDesc): var t = if s.kind == skType: s.typ -- cgit 1.4.1-2-gfad0