Files
Nim/tests/deprecated/tnoannot.nim
2018-12-11 21:23:21 +01:00

8 lines
150 B
Nim

discard """
errormsg: "annotation to deprecated not supported here"
line: 7
"""
var foo* {.deprecated.} = 42
var foo1* {.deprecated: "no".} = 42