summary refs log tree commit diff stats
path: root/tests/enum/tenumitems.nim
blob: b92cff6bf5b0c34bc391c7ea07b4d602535a36f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  line: 7
  errormsg: "expression 'items' cannot be called"
"""

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