tenumitems.nim 109 B

12345678910
  1. discard """
  2. line: 7
  3. errormsg: "attempting to call routine: 'items'"
  4. """
  5. type a = enum b,c,d
  6. a.items()