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
/
lookups
/
issue_23172
/
m23172.nim
blob: 36af48761cb820c17ceee53d689d50519ed1e001 (
plain
) (
blame
)
1
2
3
4
5
6
type
Foo
*
=
object
Bar
*
=
object
func
`$`
*
(
x
:
Foo
|
Bar
):
string
=
"X"