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 d223e50 commit 92f8515Copy full SHA for 92f8515
compiler/src/dotty/tools/dotc/reporting/MessageRendering.scala
@@ -136,7 +136,7 @@ trait MessageRendering {
136
val pageWidth = ctx.settings.pageWidth.value
137
val prefix = " " * (offset - 1)
138
val line = "-" * (pageWidth - offset)
139
- hl(s"$prefix·$line")
+ hl(s"${prefix}·$line")
140
141
/** The error message (`msg`) aligned under `pos`
142
*
0 commit comments