Join Slack
Powered by
I see `foo(a?)` as being equivalent to `if (a == n...
# language-proposals
n
natpryce
02/19/2016, 2:10 PM
I see
foo(a?)
as being equivalent to
if (a == null) null else foo(a)
Open in Slack
Previous
Next