Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
todo -> skip to allow tests to continue
Previously the tests gave the wrong result. Now they fail because there are no typed Seq and @array.values and .keys return Seq now. The question remains if we actually need typed Seq. Since they are immutable, the only reason that comes to mind would be multi dispatch.
- Loading branch information