Skip to content

Commit f1a4019

Browse files
committed
Fix after rebase
1 parent e3843b0 commit f1a4019

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/run-with-compiler/quote-type-matcher.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import scala.quoted._
2+
import scala.quoted.staging._
23
import scala.reflect.ClassTag
34

45
object Test {
5-
implicit val toolbox: scala.quoted.Toolbox = scala.quoted.Toolbox.make(this.getClass.getClassLoader)
6+
given as Toolbox = Toolbox.make(this.getClass.getClassLoader)
67
def main(args: Array[String]): Unit = withQuoteContext {
78
val '[List[Int]] = '[List[Int]]
89

0 commit comments

Comments
 (0)