We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4db0c25 + 7437268 commit 9ef1e13Copy full SHA for 9ef1e13
compat/src/test/scala/test/scala/collection/FactoryTest.scala
@@ -24,6 +24,9 @@ class FactoryTest {
24
implicitly[Factory[Int, collection.BitSet]]
25
implicitly[Factory[Int, mutable.BitSet]]
26
implicitly[Factory[Int, immutable.BitSet]]
27
+ implicitly[Factory[Nothing, Seq[Nothing]]]
28
+
29
+ def f[A] = implicitly[Factory[A, Stream[A]]]
30
31
BitSet: Factory[Int, BitSet]
32
Iterable: Factory[Int, Iterable[Int]]
0 commit comments