We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 923fb06 + 075f52f commit fb60346Copy full SHA for fb60346
tests/pos/i2339.scala
@@ -1,6 +1,6 @@
1
import scala.collection.mutable
2
3
-case class Foo[K, V]()(implicit conv: ImplicitConverter[V, Ordered[V]])
+case class Foo[K, V]()(implicit conv: Conversion[V, Ordered[V]])
4
extends mutable.HashMap[K,V] {
5
6
val a = this.toSeq.sortWith { case ((_, v1), (_, v2)) => v1 > v2 }
0 commit comments