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 83ee08f commit e0a6fabCopy full SHA for e0a6fab
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