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