Skip to content

Commit b2edd43

Browse files
Merge pull request #11160 from dotty-staging/fix-conflict
Fix conflict with Toolbox to Compiler renaming
2 parents d98b760 + 5fce5da commit b2edd43

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)