Skip to content

Commit ad74a05

Browse files
committed
Fix typo
1 parent a0a0cd4 commit ad74a05

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
@@ -1740,7 +1740,7 @@ object Types {
17401740
assert(args.nonEmpty,
17411741
i"""bad parameter reference $this at ${ctx.phase}
17421742
|the parameter is ${param.showLocated} but the prefix $prefix
1743-
|does not define any corresponding arguments."""
1743+
|does not define any corresponding arguments.""")
17441744

17451745
val argInfo = args(idx) match {
17461746
case arg: TypeBounds =>

0 commit comments

Comments
 (0)