ok this is solved by `val notNullable = someNulla...
# getting-started
r
ok this is solved by
val notNullable = someNullable ?: run { /* print some error message */ return@myFun }
without creating an extension