Join Slack
Communities
Powered by
It's similar to ``` if (a != null) { val b = ......
# getting-started
c
cedric
06/08/2016, 1:57 PM
It's similar to
Copy code
if (a != null) { val b = ... if (b == null) { boom } } else { boom }
Open in Slack
Previous
Next