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 57bebe6 commit 259377aCopy full SHA for 259377a
tests/pos-macros/i9321/macros.scala
@@ -13,4 +13,4 @@ def mcr2Impl(using ctx: QuoteContext): Expr[Unit] =
13
'{ (esx: Seq[Foo]) => varargsFunc(esx: _*) }
14
val trees: Expr[Seq[Foo]] =
15
'{Nil}
16
- Expr.betaReduce(func)(trees)
+ Expr.betaReduce('{$func($trees)})
0 commit comments