Files
Nim/tests/reject/temptycaseobj.nim
2013-04-22 21:18:48 +02:00

15 lines
222 B
Nim

discard """
line: 11
errormsg: "identifier expected, but found 'keyword of'"
"""
type
TMyEnum = enum enA, enU, enO
TMyCase = object
case e: TMyEnum
of enA:
of enU: x, y: int
of enO: a, b: string