* fix #15662

* alternative fix

* fix spacing
This commit is contained in:
cooldome
2020-10-23 10:14:54 +01:00
committed by GitHub
parent 275354709d
commit ae320b4e7d
2 changed files with 20 additions and 17 deletions

View File

@@ -70,3 +70,8 @@ static: # issue #11861
var ifb2: InheritedFromBase
initBase(ifb2)
doAssert(ifb2.txt == "Initialized string from base")
static: # issue #15662
proc a(T: typedesc) = echo T.type
a((int, int))