mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-03 20:44:46 +00:00
Allow typeof(nil) as generic parameter (#11869)
(cherry picked from commit bcfb540e57)
This commit is contained in:
committed by
narimiran
parent
64d1159054
commit
ccc611e06d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user