Skip to content

Commit 7c82e3d

Browse files
Remove target name for inlined inner class
1 parent 6e8a489 commit 7c82e3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/src/dotty/tools/dotc/inlines/Inlines.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,6 @@ object Inlines:
629629
sym.privateWithin,
630630
spanCoord(parent.span)
631631
)
632-
inlinedSym.setTargetName(sym.name ++ str.NAME_JOIN ++ ctx.owner.name)
633632
innerClassNewSyms.put(sym, inlinedSym)
634633
inlinedSym.entered
635634
case _ =>

0 commit comments

Comments
 (0)