Skip to content

Commit 18d9336

Browse files
committed
fixes
1 parent ffa9599 commit 18d9336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ private[repl] class Rendering(parentClassLoader: Option[ClassLoader] = None):
4444
// Due the possible interruption instrumentation, it is unlikely that we can get
4545
// rid of reflection here.
4646
val cl = classLoader()
47-
val pprintCls = Class.forName("dotty.shaded.pprint.PPrinter$Color$", false, cl)
47+
val pprintCls = Class.forName("pprint.PPrinter$Color$", false, cl)
4848
val fansiStrCls = Class.forName("fansi.Str", false, cl)
4949
val Color = pprintCls.getField("MODULE$").get(null)
5050
val Color_apply = pprintCls.getMethod("apply",

0 commit comments

Comments
 (0)