Skip to content

Commit 029e159

Browse files
committed
Fix typo
1 parent 662d0d6 commit 029e159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1747,7 +1747,7 @@ object Types {
17471747
assert(args.nonEmpty,
17481748
i"""bad parameter reference $this at ${ctx.phase}
17491749
|the parameter is ${param.showLocated} but the prefix $prefix
1750-
|does not define any corresponding arguments."""
1750+
|does not define any corresponding arguments.""")
17511751

17521752
val argInfo = args(idx) match {
17531753
case arg: TypeBounds =>

0 commit comments

Comments
 (0)