Skip to content

Commit 1a9b0f7

Browse files
committed
comment
1 parent f67aff0 commit 1a9b0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/scala/tools/nsc/transform/Mixin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ abstract class Mixin extends InfoTransform with ast.TreeDSL {
297297
*/
298298
override def transformInfo(sym: Symbol, tp: Type): Type = {
299299
if (sym.isPrivate && sym.owner.isTrait) {
300-
// TODO: why not do this from the start?
300+
// TODO: why not do this from the start? (maybe because it name-mangles depending on the class??)
301301
if ((sym hasFlag (ACCESSOR | SUPERACCESSOR))
302302
|| sym.isModule // 5
303303
|| sym.isLocalToThis) // 7 TODO what did `&& sym.getterIn(sym.owner.toInterface) == NoSymbol` do?

0 commit comments

Comments
 (0)