We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17209a4 commit e38b59eCopy full SHA for e38b59e
kernel/src/main/scala-2.13+/cats/kernel/compat/scalaVersionSpecific.scala
@@ -38,6 +38,6 @@ private[cats] object scalaVersionSpecific {
38
}
39
40
implicit class setExtension[A](private val s: java.util.Set[A]) extends AnyVal {
41
- def asScala: Iterable[A] = CollectionConverters.asScala(x)
+ def asScala: Iterable[A] = CollectionConverters.asScala(s)
42
43
0 commit comments