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
There are a few ways that methods can be copied from one ObjC interface/protocol to another (eg copying methods from a protocol to a conforming interface). This bypasses method filtering (the filtering is applied to Source.method, not Dest.method). After the transformer refactor, we should do this method copying as a transformer, before the filtering.
The text was updated successfully, but these errors were encountered:
There are a few ways that methods can be copied from one ObjC interface/protocol to another (eg copying methods from a protocol to a conforming interface). This bypasses method filtering (the filtering is applied to
Source.method
, notDest.method
). After the transformer refactor, we should do this method copying as a transformer, before the filtering.The text was updated successfully, but these errors were encountered: