summary refs log blame commit diff stats
path: root/tests/enum/tenumitems.nim
blob: 76f368f8a439afa3d3aba137b3a1753c5d1a6eeb (plain) (tree)
1
2
3
4
5
6
7
           
                                                 
         



                   
discard """
  errormsg: "attempting to call routine: 'items'"
  line: 7
"""

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