mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-01 19:44:44 +00:00
* fix #15662
* alternative fix
* fix spacing
(cherry picked from commit ae320b4e7d)
This commit is contained in:
@@ -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))
|
||||
Reference in New Issue
Block a user