Skip to content

Commit 28e81cc

Browse files
committed
Remove DecompilerPrinter.scala
Description: We tested all methods in REPL and none of them are used all test passes. Do while do not exist anymore, `packages` are printed, not content of classes either. fixes #14806
1 parent 6635929 commit 28e81cc

File tree

2 files changed

+3
-79
lines changed

2 files changed

+3
-79
lines changed

compiler/src/dotty/tools/dotc/printing/DecompilerPrinter.scala

Lines changed: 0 additions & 78 deletions
This file was deleted.

compiler/src/dotty/tools/dotc/printing/ReplPrinter.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ import dotty.tools.dotc.core.Types._
1111
import dotty.tools.dotc.printing.Texts._
1212

1313

14-
class ReplPrinter(_ctx: Context) extends DecompilerPrinter(_ctx) {
14+
class ReplPrinter(_ctx: Context) extends RefinedPrinter(_ctx) {
1515

16+
//try to see what is use for for the code and the REPL
17+
// make test
1618
val debugPrint = _ctx.settings.YprintDebug.value
1719

1820
override def nameString(name: Name): String =

0 commit comments

Comments
 (0)