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.
2 parents 1c6fe6b + 5afdaaf commit f92ab11Copy full SHA for f92ab11
compiler/src/dotty/tools/dotc/printing/DecompilerPrinter.scala
compiler/src/dotty/tools/dotc/printing/ReplPrinter.scala
@@ -11,7 +11,7 @@ import dotty.tools.dotc.core.Types._
11
import dotty.tools.dotc.printing.Texts._
12
13
14
-class ReplPrinter(_ctx: Context) extends DecompilerPrinter(_ctx) {
+class ReplPrinter(_ctx: Context) extends RefinedPrinter(_ctx) {
15
16
val debugPrint = _ctx.settings.YprintDebug.value
17
0 commit comments