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 e83c2f1 commit e1b51e0Copy full SHA for e1b51e0
compiler/src/dotty/tools/repl/Rendering.scala
@@ -34,7 +34,7 @@ private[repl] class Rendering(parentClassLoader: Option[ClassLoader] = None) {
34
/** A `MessageRenderer` for the REPL without file positions */
35
private val messageRenderer = new MessageRendering {
36
override def posStr(pos: SourcePosition, diagnosticLevel: String, message: Message)(using Context): String =
37
- s"-- $diagnosticLevel:"
+ hl(diagnosticLevel)(s"-- $diagnosticLevel:")
38
}
39
40
private var myClassLoader: ClassLoader = _
0 commit comments