Skip to content

Commit 2152fba

Browse files
committed
Fix rebase breakage
1 parent 865604a commit 2152fba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/src/dotty/tools/dotc/typer/Namer.scala

+1
Original file line numberDiff line numberDiff line change
@@ -1095,6 +1095,7 @@ class Namer { typer: Typer =>
10951095
(EmptyFlags, mbr.info.ensureMethodic)
10961096
var mbrFlags = Exported | Method | Final | maybeStable | sym.flags & RetainedExportFlags
10971097
if sym.isAllOf(ExtensionMethod) then mbrFlags |= Extension
1098+
val forwarderName = checkNoConflict(alias, isPrivate = false, span)
10981099
ctx.newSymbol(cls, forwarderName, mbrFlags, mbrInfo, coord = span)
10991100
}
11001101
forwarder.info = avoidPrivateLeaks(forwarder)

0 commit comments

Comments
 (0)