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 2535c2d commit f781701Copy full SHA for f781701
tests/run-with-compiler-custom-args/staged-streams_1.scala
@@ -1,4 +1,3 @@
1
-import dotty.tools.dotc.quoted.Toolbox._
2
import scala.quoted._
3
4
/**
@@ -674,6 +673,8 @@ object Test {
674
673
.fold('{0}, ((a: Expr[Int], b : Expr[Int]) => '{ ~a + ~b }))
675
676
def main(args: Array[String]): Unit = {
+ implicit val toolbox: scala.quoted.Toolbox = dotty.tools.dotc.quoted.Toolbox.make
677
+
678
println(test1().run)
679
println
680
println(test2().run)
0 commit comments