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
Curious about false positives. If we had a function that takes a Protocol as a param and this class was trying to satisfy that Protocol with the some_func method, appeasing the lint would result in a breakage.
Should be
The text was updated successfully, but these errors were encountered: