Skip to content

Fix crash when mapping BitSet to negative values

Viktor Kuncak requested to merge github/fork/jad-hamza/bitset-fix into master

Created by: jad-hamza

This crashes in Scala 2.12.13:

scala.collection.BitSet(1).map(_ - 1)

Merge request reports