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
As described in #348 (comment), some classes and singleton object inherit Enumerable interface indirectly through a parent class, but don't contain companion objects with entries, which causes automated tests for this pattern to fail.
As described in #348 (comment), some classes and singleton object inherit
Enumerableinterface indirectly through a parent class, but don't contain companion objects withentries, which causes automated tests for this pattern to fail.