summary refs log blame commit diff stats
path: root/tests/lookups/issue_23172/m23172.nim
blob: 36af48761cb820c17ceee53d689d50519ed1e001 (plain) (tree)
1
2
3
4
5
6





                                 
type
  Foo* = object
  Bar* = object

func `$`*(x: Foo | Bar): string =
  "X"