How does that interact with optionals? If I define...
# getting-started
l
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
?