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.
2 parents 6fe79e9 + 6216b25 commit a08a822Copy full SHA for a08a822
src/test/scala/scala/async/TreeInterrogation.scala
@@ -65,7 +65,7 @@ object TreeInterrogation extends App {
65
66
withDebug {
67
val cm = reflect.runtime.currentMirror
68
- val tb = mkToolbox("-cp ${toolboxClasspath} -Xprint:typer -uniqid")
+ val tb = mkToolbox(s"-cp ${toolboxClasspath} -Xprint:typer -uniqid")
69
import scala.async.internal.AsyncId._
70
val tree = tb.parse(
71
"""
0 commit comments