Skip to content

Commit 7a04705

Browse files
Linyxusmichelou
authored andcommitted
Correct issue id: should be scala#11682
1 parent c2d8874 commit 7a04705

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/ConstraintHandling.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ trait ConstraintHandling {
505505
// See #4720.
506506

507507
// Should propagate bounds even when param has been solved.
508-
// See #16682.
508+
// See #11682.
509509
lower.forall(addOneBound(_, x, isUpper = true)) &&
510510
upper.forall(addOneBound(_, x, isUpper = false))
511511
}
File renamed without changes.

0 commit comments

Comments
 (0)