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

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