Closed pniederw closed 8 years ago
Fixed in 2.0.9. I think the root cause of the issue was not doing 100% test coverage on the new code. If I had, I would have written sub-classes as part of the test. I have 100% coverage on every file I touched in this release. I'll do that probably fix the coverage of the other interfaces this weekend unless you report more bugs.
It does so for
assoc(K, V)
, but not forassoc(Map.Entry<K, V>)
.