Sort of? You can’t make a call on a (Foo|null) if...
# random
d
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).