<@U2F3C51T8> Because in Kotlin there are two toStr...
# getting-started
o
@bod Because in Kotlin there are two toString methods. One member of
Any
, and one extension function of
Any?
The extension function wins if the receiver is nullable.
💡 2