Skip to content

Commit 465de77

Browse files
authored
Update PostTyper.scala
1 parent cabfa68 commit 465de77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/src/dotty/tools/dotc/transform/PostTyper.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ class PostTyper extends MacroTransform with IdentityDenotTransformer { thisPhase
363363
case Inlined(call, bindings, expansion) if !call.isEmpty =>
364364
val pos = call.sourcePos
365365
CrossVersionChecks.checkExperimentalRef(call.symbol, pos)
366+
super.transform(call)
366367
val callTrace = Inlines.inlineCallTrace(call.symbol, pos)(using ctx.withSource(pos.source))
367368
cpy.Inlined(tree)(callTrace, transformSub(bindings), transform(expansion)(using inlineContext(call)))
368369
case templ: Template =>

0 commit comments

Comments
 (0)