Join Slack
Communities
Powered by
```nullableVar?.let { it.doStuff() // do o...
# announcements
k
kristofdho
10/31/2017, 4:58 PM
Copy code
nullableVar?.let { it.doStuff() // do other stuff with not nullable var }
Open in Slack
Previous
Next