Join Slack
Powered by
how is it better than a crystals-clear good old if...
# language-proposals
v
voddan
05/26/2016, 12:18 PM
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 ...}
Open in Slack
Previous
Next