how is it better than a crystals-clear good old if...
# language-proposals
v
how is it better than a crystals-clear good old if-else with smart casting ?
Copy code
val a = ..
val b = ...
if(a != null && b !=null) { .... a + b ...}