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
GoDuplicateFieldsOrMethodsInspection inspects method declarations on interfaces and GoDuplicateFunctionOrMethodInspection inspects method declarations on structs and functions inside of a package. I think it would make sense to move the method inspection from the first inspection to the second one.