mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
typo
This commit is contained in:
@@ -67,7 +67,7 @@ block:
|
||||
|
||||
block:
|
||||
var x = Ciao(12, false, false, "123")
|
||||
doAssert x.num == false
|
||||
doAssert x.done == false
|
||||
|
||||
block:
|
||||
var x = Ciao(12, flag: true, 1, "123")
|
||||
|
||||
Reference in New Issue
Block a user