Just noticed that `throw throw NullPointerExceptio...
# random
h
Just noticed that
throw throw NullPointerException()
and
throw throw throw IllegalStateException()
are valid Kotlin expressions. Seems you can denote how serious the exception is using the number of `throw`s. 😄
😆 9
😅 3