tenumfieldpragmanoannot.nim 143 B

1234567891011
  1. discard """
  2. errormsg: "annotation to deprecated not supported here"
  3. line: 8
  4. """
  5. type
  6. A = enum
  7. a {.deprecated: "njshd".}
  8. var v1 = a