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 64d9f1d commit b25b2deCopy full SHA for b25b2de
tests/run-staging/quote-run-many.scala
@@ -8,7 +8,7 @@ object Test {
8
val a = 3 + ${Expr(i)}
9
2 + a
10
}
11
- for (i <- 0 to 100)
+ for (i <- 0 to 50)
12
run(expr(i))
13
14
0 commit comments