Skip to content

Commit f610e49

Browse files
zielinskytgodzik
authored andcommitted
fix false positive warning
1 parent ff6bff7 commit f610e49

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/pos/i23928.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
object Test {
2+
Nil match {
3+
case Seq(xs*) => 42
4+
}
5+
}

0 commit comments

Comments
 (0)