Skip to content

Commit 833a71e

Browse files
committed
Workaround issue #5161
1 parent 7ce2182 commit 833a71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-with-compiler/i3876-c.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import scala.quoted._
22
object Test {
33
def main(args: Array[String]): Unit = {
4-
implicit val toolbox: scala.quoted.Toolbox = scala.quoted.Toolbox.make(getClass.getClassLoader)
4+
implicit def toolbox: scala.quoted.Toolbox = scala.quoted.Toolbox.make(getClass.getClassLoader)
55

66
val x: Expr[Int] = '{3}
77

0 commit comments

Comments
 (0)