Join Slack
Powered by
Hi, complete newbie question - i've been reading a...
# getting-started
j
James
11/09/2017, 3:15 PM
Hi, complete newbie question - i've been reading about null safety and I can't find any examples of checking for null without creating a variable For example, i'd like to do
Copy code
kotlin val obj = Object() if (obj.property != null) { ... }
2
Views
Open in Slack
Previous
Next