Skip to content

Commit 678242f

Browse files
committed
Address reviewer comments
1 parent 0d9dd7c commit 678242f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,6 @@ class Namer { typer: Typer =>
521521
mergeCompanionDefs()
522522
val ctxWithStats = (ctx /: stats) ((ctx, stat) => indexExpanded(stat)(ctx))
523523
createCompanionLinks(ctxWithStats)
524-
//stats foreach enterAnnotations
525524
ctxWithStats
526525
}
527526

0 commit comments

Comments
 (0)