DEBSOURCES
Skip Quicknav
sources / nim / 2.2.0-1 / tests / errmsgs / t9908_01.nim
12345678910
discard """ errormsg: "ordinal type expected; given: string" line: 10 """ # https://github.com/nim-lang/Nim/issues/9908 type X = enum a = ("a", "b")