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 7e669b7 commit 3f89e4cCopy full SHA for 3f89e4c
tests/run/mapConserve.scala
@@ -10,7 +10,7 @@ object Test {
10
11
def checkStackOverflow() = {
12
var xs: List[String] = Nil
13
- for (i <- 0 until 250000)
+ for (i <- 0 until 250)
14
xs = "X" :: xs
15
16
val lowers = xs.mapConserve(_.toLowerCase)
0 commit comments