mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 06:18:51 +00:00
fixes #25419
(cherry picked from commit 40480fe348)
This commit is contained in:
@@ -116,3 +116,13 @@ block:
|
||||
s(something)
|
||||
s(otherthing, something)
|
||||
s(something, otherthing)
|
||||
|
||||
block:
|
||||
type
|
||||
Test = set
|
||||
Test2 = seq
|
||||
Test3 = array
|
||||
|
||||
doAssert set is Test
|
||||
doAssert seq is Test2
|
||||
doAssert array is Test3
|
||||
|
||||
Reference in New Issue
Block a user