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
From #920: We can base the tests off of Apache Harmony tests,, but we will need to check ISet<T>, JCG.List<T>, SCG.List<T> and a collection that does not implement ISet<T> or IList<T> (the slow path). All should produce the same result.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Task description
From #920: We can base the tests off of Apache Harmony tests,, but we will need to check
ISet<T>
,JCG.List<T>
,SCG.List<T>
and a collection that does not implementISet<T>
orIList<T>
(the slow path). All should produce the same result.The text was updated successfully, but these errors were encountered: