cf20c4460 ^
1 2 3 4 5 6 7 8 9 10
type Ty* {.deprecated.} = uint32 Ty1* {.deprecated: "hello".} = uint32 var aVar* {.deprecated.}: char proc aProc*() {.deprecated.} = discard proc aProc1*() {.deprecated: "hello".} = discard {.deprecated: "goodbye".}