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 I test the unusedPrivateDeclarations rule with this sample code, the private func doTheThing() is not removed (the rule correctly notices that the doTheThing method is not unused).
Say you've got this
doTheThing will be deleted for being unused. I guess it's just checking if it's used within the extension itself.
The text was updated successfully, but these errors were encountered: