mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-29 18:11:44 +00:00
Co-authored-by: cooldome <ariabushenko@bk.ru>
This commit is contained in:
@@ -30,3 +30,12 @@ const
|
||||
}.toTable
|
||||
|
||||
#map["test"]()
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
# bug
|
||||
const val = 10
|
||||
|
||||
type
|
||||
t = object
|
||||
when val >= 10:
|
||||
a: int
|
||||
|
||||
Reference in New Issue
Block a user