Skip to content

Commit 6b420f5

Browse files
committed
Fix typo
1 parent dee44eb commit 6b420f5

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
@@ -1746,7 +1746,7 @@ object Types {
17461746
assert(args.nonEmpty,
17471747
i"""bad parameter reference $this at ${ctx.phase}
17481748
|the parameter is ${param.showLocated} but the prefix $prefix
1749-
|does not define any corresponding arguments."""
1749+
|does not define any corresponding arguments.""")
17501750

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

0 commit comments

Comments
 (0)