summary refs log tree commit diff stats
path: root/tests/enum/tenumitems.nim
blob: 6d13dd162cace601f0417d2ddf7f72297297ba56 (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  line: 7
  errormsg: "attempting to call routine: 'items'"
"""

type a = enum b,c,d
a.items()