Join Slack
Powered by
```if (foo != null) { foo.bar = 123 // it occurs a...
# announcements
r
rokee
12/31/2015, 4:01 AM
Copy code
if (foo != null) { foo.bar = 123 // it occurs an error. because foo is nullable value }
Open in Slack
Previous
Next