We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a76d932 + 35f461e commit 83cb7e7Copy full SHA for 83cb7e7
tests/run-with-compiler/quote-run-many.scala
@@ -8,7 +8,7 @@ object Test {
8
val a = 3 + ${i}
9
2 + a
10
}
11
- for (i <- 0 to 200)
+ for (i <- 0 to 100)
12
run(expr(i))
13
14
0 commit comments