Join Slack
Powered by
`""?.let { null } ?: println("Boom")` will print `...
# getting-started
c
cedric
06/08/2016, 1:50 PM
""?.let { null } ?: println("Boom")
will print
Boom
Open in Slack
Previous
Next