I just do: ``` val notNullable = someNullable ?: t...
# getting-started
p
I just do:
Copy code
val notNullable = someNullable ?: throw IllegalState(Argument)Exception(errorMsg)