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 02c5293 commit 71a022cCopy full SHA for 71a022c
tests/run/matchonstream.scala renamed to tests/disabled/run/matchonstream.scala
@@ -1,3 +1,4 @@
1
+// Disabled until https://github.com/scala/bug/issues/11687 gets fixed.
2
object Test extends App{
3
LazyList.from(1) match { case LazyList(1, 2, x @_*) => println("It worked!") }
4
}
0 commit comments