mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
8 lines
58 B
Nim
8 lines
58 B
Nim
# bug #5148
|
|
|
|
type
|
|
A = enum foo, bar
|
|
B = A
|
|
|
|
echo B.foo
|