Skip to content

Commit f6cb6bd

Browse files
Update compiler/src/dotty/tools/dotc/transform/PostTyper.scala
Co-authored-by: Nicolas Stucki <[email protected]>
1 parent d1d6c2e commit f6cb6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +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)
366+
transform(call)
367367
val callTrace = Inlines.inlineCallTrace(call.symbol, pos)(using ctx.withSource(pos.source))
368368
cpy.Inlined(tree)(callTrace, transformSub(bindings), transform(expansion)(using inlineContext(call)))
369369
case templ: Template =>

0 commit comments

Comments
 (0)