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 06204ea commit c48c61aCopy full SHA for c48c61a
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 {
13
expr(i)
14
0 commit comments