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
Previously we assumed that static fields, like regular fields, could only be
inherited from ordinary classes, but in fact they can also come from interfaces.
We therefore augment resolve-inherited-component to optionally search in all ancestors
including interfaces, and use that facility when searching for inherited static fields.
0 commit comments