It doesn't return void. It's declared to return vo...
# stdlib
n
It doesn't return void. It's declared to return void because the Java type system cannot express that it doesn't return. But Kotlin's can -- with the Nothing type