mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-07 21:43:33 +00:00
8 lines
150 B
Nim
8 lines
150 B
Nim
discard """
|
|
errormsg: "annotation to deprecated not supported here"
|
|
line: 7
|
|
"""
|
|
|
|
var foo* {.deprecated.} = 42
|
|
var foo1* {.deprecated: "no".} = 42
|