Join Slack
Powered by
A workaround is this: ``` val ref = if (obj != nul...
# announcements
d
diesieben07
11/30/2017, 1:49 PM
A workaround is this:
Copy code
val ref = if (obj != null) { val temp = obj::method temp } else null
4
Views
Open in Slack
Previous
Next