Join Slack
Powered by
Problem with that approach is something like this:...
# getting-started
p
paulblessing
10/14/2016, 5:54 PM
Problem with that approach is something like this:
x?.let { println("x not null"); null } ?: println("x null”)
will print both “x not null” and “x null"
Open in Slack
Previous
Next