Files
Nim/tests/enum/tenumalias.nim
2016-12-29 19:32:43 +01:00

8 lines
58 B
Nim

# bug #5148
type
A = enum foo, bar
B = A
echo B.foo