Skip to content

Commit

Permalink
Disable LazyList test until scala/bug#11687 gets fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
smarter committed Aug 16, 2019
1 parent 94e20f8 commit be5e67d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Disabled until https://github.com/scala/bug/issues/11687 gets fixed.
object Test extends App{
LazyList.from(1) match { case LazyList(1, 2, x @_*) => println("It worked!") }
}

0 comments on commit be5e67d

Please sign in to comment.