Skip to content

Commit 8351dbe

Browse files
committed
.
1 parent 96b6d03 commit 8351dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/repl/Rendering.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ private[repl] class Rendering(parentClassLoader: Option[ClassLoader] = None):
9595

9696
/** Return a String representation of a value we got from `classLoader()`. */
9797
private[repl] def replStringOf(sym: Symbol, value: Object)(using Context): String =
98-
dotty.shaded.pprint.PPrinter.apply(value).plainText
98+
dotty.shaded.pprint.PPrinter.BlackWhite.apply(value).plainText
9999

100100
/** Load the value of the symbol using reflection.
101101
*

0 commit comments

Comments
 (0)