Does this framework not work if dependency protocol has methods ?
aashishnagargl opened this issue · 1 comments
aashishnagargl commented
Does this framework not work if dependency protocol has methods ?
rudro commented
Sorry didn't realize hadn't looked at the issues in a long time. No, we don't support method names in the protocol. It's been a very rare issue for us, and when we need it, we just use a var
with a closure type.