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 ff6bff7 + 8245bef commit 4bc458bCopy full SHA for 4bc458b
tests/pos/i23928.scala
@@ -0,0 +1,5 @@
1
+object Test {
2
+ Nil match {
3
+ case Seq(xs*) => 42
4
+ }
5
+}
0 commit comments