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 ffa9599 commit 18d9336Copy full SHA for 18d9336
repl/src/dotty/tools/repl/Rendering.scala
@@ -44,7 +44,7 @@ private[repl] class Rendering(parentClassLoader: Option[ClassLoader] = None):
44
// Due the possible interruption instrumentation, it is unlikely that we can get
45
// rid of reflection here.
46
val cl = classLoader()
47
- val pprintCls = Class.forName("dotty.shaded.pprint.PPrinter$Color$", false, cl)
+ val pprintCls = Class.forName("pprint.PPrinter$Color$", false, cl)
48
val fansiStrCls = Class.forName("fansi.Str", false, cl)
49
val Color = pprintCls.getField("MODULE$").get(null)
50
val Color_apply = pprintCls.getMethod("apply",
0 commit comments