We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d6c2e commit f6cb6bdCopy full SHA for f6cb6bd
compiler/src/dotty/tools/dotc/transform/PostTyper.scala
@@ -363,7 +363,7 @@ class PostTyper extends MacroTransform with IdentityDenotTransformer { thisPhase
363
case Inlined(call, bindings, expansion) if !call.isEmpty =>
364
val pos = call.sourcePos
365
CrossVersionChecks.checkExperimentalRef(call.symbol, pos)
366
- super.transform(call)
+ transform(call)
367
val callTrace = Inlines.inlineCallTrace(call.symbol, pos)(using ctx.withSource(pos.source))
368
cpy.Inlined(tree)(callTrace, transformSub(bindings), transform(expansion)(using inlineContext(call)))
369
case templ: Template =>
0 commit comments