Files
Nim/tests/objvariant/temptycaseobj.nim
2014-01-13 02:10:03 +01: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