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 6b35f5a commit 31c5b02Copy full SHA for 31c5b02
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)}).get
0 commit comments