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 d4d8616 commit b91ff74Copy full SHA for b91ff74
tests/run-macros/tasty-tree-map/quoted_1.scala
@@ -5,7 +5,7 @@ object Macros {
5
implicit inline def identityMaped[T](x: => T): T = ${ impl('x) }
6
7
def impl[T: Type](x: Expr[T])(using qctx: QuoteContext) : Expr[T] = {
8
- import qctx.tasty._
+ import qctx.tasty.{_, given _} // FIXME: #8919
9
val identityMap = new TreeMap { }
10
val transformed = identityMap.transformTerm(x.unseal).seal.cast[T]
11
transformed
0 commit comments