tnoannot.nim 150 B

12345678
  1. discard """
  2. errormsg: "annotation to deprecated not supported here"
  3. line: 7
  4. """
  5. var foo* {.deprecated.} = 42
  6. var foo1* {.deprecated: "no".} = 42