summary refs log tree commit diff stats
path: root/tests/enum/tenumfieldpragmanoannot.nim
blob: 47f920827698aed0b74ced36b07e67cf778fbd16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
discard """
  errormsg: "annotation to deprecated not supported here"
  line: 8
"""

type
  A = enum
    a {.deprecated: "njshd".}

var v1 = a