Files
Nim/tests/objvariant/temptycaseobj.nim
2018-05-14 21:38:18 +02:00

15 lines
220 B
Nim

discard """
line: 11
errormsg: "identifier expected, but got '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