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
Currently, our struct and interface permission objects just keep ordered fields or methods. In the real world, things are more complicated though, as interfaces might have methods in a different order; or different counts of methods. We need to compare them by-name instead.