mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 03:02:31 +00:00
add comment, fixes #9896
This commit is contained in:
@@ -31,6 +31,7 @@ block:
|
||||
implementArithOpsNew(int)
|
||||
echoAdd 3, 5
|
||||
|
||||
# issue #9896
|
||||
type
|
||||
MyEnum {.used.} = enum
|
||||
Val1, Val2, Val3
|
||||
|
||||
Reference in New Issue
Block a user