Join Slack
Powered by
Sort of? You can’t make a call on a (Foo|null) if...
# random
d
dalexander
06/14/2017, 5:35 PM
Sort of? You can’t make a call on a (Foo|null) if both Foo and null don’t have the method, and since null has nothing you have to check to see what it is first (it has flow sensitive typing just like Kotlin).
Open in Slack
Previous
Next