Join Slack
Powered by
How does that interact with optionals? If I define...
# getting-started
l
locke
06/01/2018, 4:10 PM
How does that interact with optionals? If I define the method to be:
method: FooInterface?.() -> Boolean
Will it automatically pass along the nullability check or will it blow up on me when I call
invoke
?
Open in Slack
Previous
Next