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.
2 parents 06f311c + 453f501 commit 911093cCopy full SHA for 911093c
compiler/test-resources/repl/i6643
@@ -0,0 +1,7 @@
1
+scala> import scala.collection._
2
+
3
+scala>:type 1
4
+Int
5
6
+scala> object IterableTest { def g[CC[_] <: Iterable[_] with IterableOps[_, _, _]](from: CC[Int]): IterableFactory[CC] = ??? }
7
+// defined object IterableTest
0 commit comments