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 2fda5e1 commit 4d1139cCopy full SHA for 4d1139c
compiler/src/dotty/tools/repl/Rendering.scala
@@ -54,7 +54,7 @@ private[repl] class Rendering(parentClassLoader: Option[ClassLoader] = None):
54
55
/** Return a String representation of a value we got from `classLoader()`. */
56
private[repl] def replStringOf(sym: Symbol, value: Object)(using Context): String =
57
- dotty.shaded.pprint.PPrinter.BlackWhite.apply(value).plainText
+ dotty.shaded.pprint.PPrinter.BlackWhite.apply(value, height = 50, width = 100).plainText
58
59
/** Load the value of the symbol using reflection.
60
*
0 commit comments