We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1deafbc commit c16e41eCopy full SHA for c16e41e
compiler/src/dotty/tools/dotc/typer/Namer.scala
@@ -973,7 +973,7 @@ class Namer { typer: Typer =>
973
def init(): Context = index(params)
974
975
/** The forwarders defined by export `exp` */
976
- def exportForwarders(exp: Export)(using Context): List[tpd.MemberDef] =
+ private def exportForwarders(exp: Export)(using Context): List[tpd.MemberDef] =
977
val SKIP = "(skip)" // A string indicating that no forwarders for this kind of symbol are emitted
978
val buf = new mutable.ListBuffer[tpd.MemberDef]
979
val Export(expr, selectors) = exp
0 commit comments