mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 06:18:51 +00:00
11
tests/enum/tenum_self.nim
Normal file
11
tests/enum/tenum_self.nim
Normal file
@@ -0,0 +1,11 @@
|
||||
discard """
|
||||
errormsg: "1 can't be converted to ErrorFoo"
|
||||
"""
|
||||
|
||||
|
||||
type
|
||||
Foo = enum
|
||||
Bar = 0.Foo
|
||||
|
||||
ErrorFoo = enum
|
||||
eBar = 1.ErrorFoo
|
||||
Reference in New Issue
Block a user