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 d98b760 + 5fce5da commit b2edd43Copy full SHA for b2edd43
tests/run-staging/i11152.scala
@@ -4,7 +4,7 @@ import scala.quoted.staging._
4
5
object Test {
6
7
- given Toolbox = Toolbox.make(getClass.getClassLoader)
+ given Compiler = Compiler.make(getClass.getClassLoader)
8
9
def main(args: Array[String]): Unit = run {
10
'{
0 commit comments