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