We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662d0d6 commit 029e159Copy full SHA for 029e159
compiler/src/dotty/tools/dotc/core/Types.scala
@@ -1747,7 +1747,7 @@ object Types {
1747
assert(args.nonEmpty,
1748
i"""bad parameter reference $this at ${ctx.phase}
1749
|the parameter is ${param.showLocated} but the prefix $prefix
1750
- |does not define any corresponding arguments."""
+ |does not define any corresponding arguments.""")
1751
1752
val argInfo = args(idx) match {
1753
case arg: TypeBounds =>
0 commit comments