Join Slack
Communities
Powered by
TIL ``` val a: String? = null val b = a ?: 1 ```
# announcements
m
matt tighe
12/20/2018, 8:36 PM
TIL
Copy code
val a: String? = null val b = a ?: 1
Open in Slack
Previous
Next