Skip to content

Commit 734c450

Browse files
committed
Add missing change of staging level
1 parent dde90d0 commit 734c450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/src/dotty/tools/dotc/ast/Trees.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1705,9 +1705,9 @@ object Trees {
17051705
case Thicket(ts) =>
17061706
this(x, ts)
17071707
case Quote(body) =>
1708-
this(x, body)
1708+
this(x, body)(using quoteContext)
17091709
case Splice(expr) =>
1710-
this(x, expr)
1710+
this(x, expr)(using spliceContext)
17111711
case Hole(_, _, args, content, tpt) =>
17121712
this(this(this(x, args), content), tpt)
17131713
case _ =>

0 commit comments

Comments
 (0)