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 e3843b0 commit f1a4019Copy full SHA for f1a4019
tests/run-with-compiler/quote-type-matcher.scala
@@ -1,8 +1,9 @@
1
import scala.quoted._
2
+import scala.quoted.staging._
3
import scala.reflect.ClassTag
4
5
object Test {
- implicit val toolbox: scala.quoted.Toolbox = scala.quoted.Toolbox.make(this.getClass.getClassLoader)
6
+ given as Toolbox = Toolbox.make(this.getClass.getClassLoader)
7
def main(args: Array[String]): Unit = withQuoteContext {
8
val '[List[Int]] = '[List[Int]]
9
0 commit comments