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
Improve error message when functional method is inherited
This error can be erroneously triggered both when there are default
methods on the interface (meaning >1 methods) or when the method is
actually defined in an inherited interface (meaning 0 methods). Extend
the warning message to explain both cases.
0 commit comments