File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ((using qctx: scala.quoted.QuoteContext) => {
1
+ ((qctx: scala.quoted.QuoteContext) ? => {
2
2
val a: scala.quoted.Expr[scala.Int] = scala.internal.quoted.CompileTime.exprQuote[scala.Int](4).apply(using qctx)
3
- ((using qctx1_$1: scala.quoted.QuoteContext) => a).apply(using qctx)
3
+ ((qctx1_$1: scala.quoted.QuoteContext) ? => a).apply(using qctx)
4
4
})
Original file line number Diff line number Diff line change 1
- ((using qctx: scala.quoted.QuoteContext) => {
1
+ ((qctx: scala.quoted.QuoteContext) ? => {
2
2
val a: scala.quoted.Expr[scala.Int] = scala.internal.quoted.CompileTime.exprQuote[scala.Int](4).apply(using qctx)
3
- ((using qctx2: scala.quoted.QuoteContext) => ((using qctx1_$1: scala.quoted.QuoteContext) => a).apply(using qctx2)).apply(using qctx)
3
+ ((qctx2: scala.quoted.QuoteContext) ? => ((qctx1_$1: scala.quoted.QuoteContext) ? => a).apply(using qctx2)).apply(using qctx)
4
4
})
You can’t perform that action at this time.
0 commit comments