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 3336da5 commit c4a16a7Copy full SHA for c4a16a7
compat/src/test/scala/test/scala/collection/FactoryTest.scala
@@ -42,8 +42,6 @@ class FactoryTest {
42
val result = factory.fromSpecific(source)
43
Assert.assertEquals(1, counter) // One element has been evaluated because Stream is not lazy in its head
44
}
45
-
46
47
@Test
48
def factoriesAreReusable(): Unit = {
49
def generically[M[X] <: Iterable[X]](in: M[Int], factory: Factory[Int, M[Int]]): Unit = {
0 commit comments