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 4a280c5 commit 095da6cCopy full SHA for 095da6c
compiler/src/dotty/tools/repl/Rendering.scala
@@ -33,7 +33,8 @@ private[repl] class Rendering(parentClassLoader: Option[ClassLoader] = None) {
33
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 = s"-- $diagnosticLevel: "
+ override def posStr(pos: SourcePosition, diagnosticLevel: String, message: Message)(using Context): String =
37
+ s"-- $diagnosticLevel: "
38
}
39
40
private var myClassLoader: ClassLoader = _
0 commit comments