You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when a protocol is marked with a @available(*, deprecated... on a function, mockolo specifies the entire type as @available(*, deprecated, ... instead of just the function
is that expected behavior and desirable at Uber? or simply an oversight
The text was updated successfully, but these errors were encountered:
when a protocol is marked with a
@available(*, deprecated...
on a function, mockolo specifies the entire type as@available(*, deprecated, ...
instead of just the functionis that expected behavior and desirable at Uber? or simply an oversight
The text was updated successfully, but these errors were encountered: