Join Slack
Powered by
why not just: ``` if (foo != null) { foo.someth...
# announcements
g
gildor
03/06/2018, 7:43 AM
why not just:
Copy code
if (foo != null) { foo.something // foo smartcasted to non-nullable type } else { }
Open in Slack
Previous
Next