Skip to content

Commit 5d32c75

Browse files
committed
Remove wrong TODO
1 parent 0882d10 commit 5d32c75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,6 @@ trait Applications extends Compatibility {
14311431
}
14321432
.groupMapReduce(arg => positionOfName(arg.name))(identity)(
14331433
(first, second) => {
1434-
// TODO: Document design decision here
14351434
report.error(s"'${second.name}' was already used before", second);
14361435
first
14371436
})

0 commit comments

Comments
 (0)