summaryrefslogtreecommitdiff
path: root/test/files/pos/virtpatmat_exist1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/virtpatmat_exist1.scala')
-rw-r--r--test/files/pos/virtpatmat_exist1.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/files/pos/virtpatmat_exist1.scala b/test/files/pos/virtpatmat_exist1.scala
index 6cad017b0b..1f24892489 100644
--- a/test/files/pos/virtpatmat_exist1.scala
+++ b/test/files/pos/virtpatmat_exist1.scala
@@ -1,5 +1,6 @@
import annotation.unchecked.{ uncheckedVariance=> uV }
-import scala.collection.immutable.{ListMap, HashMap, ListSet, HashSet}
+import scala.collection.immutable.{ListMap, ListSet}
+import scala.collection.mutable.{HashMap, HashSet}
object Test {
class HashMapCollision1[A, +B](var hash: Int, var kvs: ListMap[A, B @uV]) extends HashMap[A, B @uV]