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
equals and hashCode should always be synthesised in value classes so that new Meter(3) == new Meter(4) can be rewritten as 3 == 4, so allowing equals and hashCode in universal traits doesn't make much sense.