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
It seems that when we create a method in the debugger, we get proposed all the protocols up to Object in the hierarchy. This is super nice to have some basic protocols without having too much proposed!
But on the class side we have all the protocols of the class hierarchy. Maybe the filter should be put at a different level in the hierarchy?