Closed Ichoran closed 6 years ago
scala> val y = strawman.collection.mutable.Queue(1) y: strawman.collection.mutable.Queue[Int] = ArrayDeque(1) scala> y.reverse res1: strawman.collection.mutable.ArrayDeque[Int] = ArrayDeque(1)
I think this is fixed in https://github.com/scala/scala/pull/6508