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 f47efc0 + 0daea62 commit 47b62c1Copy full SHA for 47b62c1
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