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 7ce2182 commit 833a71eCopy full SHA for 833a71e
tests/run-with-compiler/i3876-c.scala
@@ -1,7 +1,7 @@
1
import scala.quoted._
2
object Test {
3
def main(args: Array[String]): Unit = {
4
- implicit val toolbox: scala.quoted.Toolbox = scala.quoted.Toolbox.make(getClass.getClassLoader)
+ implicit def toolbox: scala.quoted.Toolbox = scala.quoted.Toolbox.make(getClass.getClassLoader)
5
6
val x: Expr[Int] = '{3}
7
0 commit comments