This seems to work, but for some reason it shows a wrong value for `y`. method `$`(x: Uno): string {.base.} = system.`$`(x) method `$`(x: Due): string = system.`$`(x) method `$`(x: Tre): string = system.`$`(x) Run
- Polymorphism in Nim Nello41
- Polymorphism in Nim jrfondren
- Polymorphism in Nim xigoi
- Polymorphism in Nim xigoi