m23172.nim 78 B

1234567
  1. type
  2. Foo* = object
  3. Bar* = object
  4. func `$`*(x: Foo | Bar): string =
  5. "X"