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 51be886 commit 321d7e0Copy full SHA for 321d7e0
tests/init-global/pos/i18629.scala
@@ -1,5 +1,6 @@
1
object Foo {
2
val bar = List() match {
3
case List() => ???
4
+ case _ => ???
5
}
6
0 commit comments