summary refs log tree commit diff stats
path: root/tests/reject/tenumitems.nim
blob: a0497fd59f266ca1e258903fd896fed0e640a151 (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  line: 7
  errormsg: "a type has no value"
"""

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