We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f998399 commit 0107724Copy full SHA for 0107724
tests/pos/i19988.scala
@@ -0,0 +1,7 @@
1
+import collection.IndexedSeqView
2
+object Hello extends App {
3
+ def foo(view: IndexedSeqView[Int]): Unit =
4
+ val x1 = 1 +: view
5
+ val x2 = view :+ 1
6
+}
7
+
0 commit comments