Scala 3 cyclic reference involving class MapSpliterator while extending fastutil Long2ObjectOpenHashMap
I’d like to extend fastutil’s Long2ObjectOpenHashMap java class so I can access its protected fields. It works in Scala 2.13.10 but not in Scala 3.3.0 (nor 3.3.3). Added the error as comment in the source.