Join Slack
Powered by
if I have something like: `val t = x?.y?.z ?: “”` ...
# getting-started
e
enighma
03/29/2017, 2:28 AM
if I have something like:
val t = x?.y?.z ?: “”
How do I make sure
t
is not
null
if
z
is
null
? Can I do that without having another if-statement?
2
Views
Open in Slack
Previous
Next