As far as I can tell it wouldn't skip the entire c...
# language-proposals
d
As far as I can tell it wouldn't skip the entire call, but would return null for
z.baz(...)
?
x.foo(y.bar(z.baz(xyzzy, quux, foobar, blabla?)?, <another 10 parameters>)?)
would skip the entire call?