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 f7867bd commit 79fb94cCopy full SHA for 79fb94c
tests/pos/i7879.scala
@@ -0,0 +1,4 @@
1
+object Test {
2
+ val head1 +: _ = List(1).view
3
+ val _: Int = head1
4
+}
0 commit comments