In Kotlin, `Nothing` is also a subtype of every ot...
# stdlib
d
In Kotlin,
Nothing
is also a subtype of every other type. And to mark a method "still pending", Kotlin has
TODO()
.