mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-25 04:15:09 +00:00
@@ -49,3 +49,9 @@ block:
|
||||
|
||||
block:
|
||||
var x: Foo4[0]
|
||||
|
||||
type
|
||||
MyObject = object
|
||||
x: int
|
||||
when (NimMajor, NimMinor) >= (1, 1):
|
||||
y: int
|
||||
|
||||
Reference in New Issue
Block a user