Skip to content

Commit 5fce5da

Browse files
committed
Fix conflict with Toolbox to Compiler renaming
1 parent d98b760 commit 5fce5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-staging/i11152.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import scala.quoted.staging._
44

55
object Test {
66

7-
given Toolbox = Toolbox.make(getClass.getClassLoader)
7+
given Compiler = Compiler.make(getClass.getClassLoader)
88

99
def main(args: Array[String]): Unit = run {
1010
'{

0 commit comments

Comments
 (0)