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 96b6d03 commit 8351dbeCopy full SHA for 8351dbe
compiler/src/dotty/tools/repl/Rendering.scala
@@ -95,7 +95,7 @@ private[repl] class Rendering(parentClassLoader: Option[ClassLoader] = None):
95
96
/** Return a String representation of a value we got from `classLoader()`. */
97
private[repl] def replStringOf(sym: Symbol, value: Object)(using Context): String =
98
- dotty.shaded.pprint.PPrinter.apply(value).plainText
+ dotty.shaded.pprint.PPrinter.BlackWhite.apply(value).plainText
99
100
/** Load the value of the symbol using reflection.
101
*
0 commit comments