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

           
                           





                   
discard """
  line: 7
  errormsg: "type mismatch"
"""

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