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
Do not store duplicates of inherited static fields
In the tests for static-values, we previously stored the value for an
inherited static field twice, when it fact it is only needed in its
declaring class.
0 commit comments