index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
enum
/
tenumalias.nim
blob: 2d1f70d0e8b10c0e6c3293fec92233c9075d18f1 (
plain
) (
blame
)
1
2
3
4
5
6
7
# bug #5148
type
A
=
enum
foo
,
bar
B
=
A
echo
B
.
foo