Closed
Description
dotc ./scala-scala/src/library/scala/collection/immutable/IntMap.scala
./scala-scala/src/library/scala/collection/immutable/IntMap.scala:118: error: Pattern type ((T1?), (T2?), (T3?), (T4?)) is neither a subtype nor a supertype of selector type (key: scala.collection.immutable.IntMapUtils.Int)Option[V]
case IntMap.Bin(_,_, t@IntMap.Tip(_, _), right) => {