Files
Nim/tests/enum/tenumitems.nim
2018-12-11 21:23:21 +01:00

8 lines
107 B
Nim

discard """
errormsg: "attempting to call routine: 'items'"
line: 7
"""
type a = enum b,c,d
a.items()