Trying to make `method: IFoo?.() -> Boolean` wi...
# getting-started
k
Trying to make
method: IFoo?.() -> Boolean
will give a error on the
call
call, because the type of
IFoo::test
doesn't fit anymore.