Skip to content

Commit 8477039

Browse files
committed
Update virtpatmat_exist1 to 2.12
1 parent a9a80bb commit 8477039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pos/virtpatmat_exist1.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import annotation.unchecked.{ uncheckedVariance=> uV }
2-
import scala.collection.immutable.{ListMap, HashMap, ListSet, HashSet}
2+
import scala.collection.mutable.{ListMap, HashMap, HashSet}
33

44
object Test {
55
class HashMapCollision1[A, +B](var hash: Int, var kvs: ListMap[A, B @uV]) extends HashMap[A, B @uV]
6-
class HashSetCollision1[A](var hash: Int, var ks: ListSet[A]) extends HashSet[A]
6+
class HashSetCollision1[A](var hash: Int, var ks: Set[A]) extends HashSet[A]
77

88
def splitArray[T](ad: Array[Iterable[T]]): Any =
99
ad(0) match {

0 commit comments

Comments
 (0)