Allow typeof(nil) as generic parameter (#11869)

(cherry picked from commit bcfb540e57)
This commit is contained in:
Oscar Nihlgård
2019-08-03 10:16:07 +02:00
committed by narimiran
parent 64d1159054
commit ccc611e06d
2 changed files with 11 additions and 4 deletions

View File

@@ -331,8 +331,6 @@ proc typeRel*(c: var TCandidate, f, aOrig: PType,
proc concreteType(c: TCandidate, t: PType; f: PType = nil): PType =
case t.kind
of tyNil:
result = nil # what should it be?
of tyTypeDesc:
if c.isNoCall: result = t
else: result = nil