Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
.
  • Loading branch information
lihaoyi committed Sep 1, 2025
commit 96b6d035d65f812017bfaea841608c63803f0da2
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/repl/Rendering.scala
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ private[repl] class Rendering(parentClassLoader: Option[ClassLoader] = None):

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

/** Load the value of the symbol using reflection.
*
Expand Down