Skip to content

Commit c16e41e

Browse files
oderskybishabosha
andauthored
Update compiler/src/dotty/tools/dotc/typer/Namer.scala
Co-authored-by: Jamie Thompson <[email protected]>
1 parent 1deafbc commit c16e41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ class Namer { typer: Typer =>
973973
def init(): Context = index(params)
974974

975975
/** The forwarders defined by export `exp` */
976-
def exportForwarders(exp: Export)(using Context): List[tpd.MemberDef] =
976+
private def exportForwarders(exp: Export)(using Context): List[tpd.MemberDef] =
977977
val SKIP = "(skip)" // A string indicating that no forwarders for this kind of symbol are emitted
978978
val buf = new mutable.ListBuffer[tpd.MemberDef]
979979
val Export(expr, selectors) = exp

0 commit comments

Comments
 (0)