<@U0D06TWMA>: in your example `toString` is called...
# announcements
i
@Andreas Sinz: in your example
toString
is called inside
println
. It means you expect that
println
must somehow know that there is an extension
toString
defined at the call-site. I doubt it's even possible.