Skip to content

Commit

Permalink
Merge pull request scala#15445 from EstebanMarin/test
Browse files Browse the repository at this point in the history
Remove DecompilerPrinter.scala
  • Loading branch information
nicolasstucki authored Jun 23, 2022
2 parents 1c6fe6b + 5afdaaf commit f92ab11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 79 deletions.
78 changes: 0 additions & 78 deletions compiler/src/dotty/tools/dotc/printing/DecompilerPrinter.scala

This file was deleted.

2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/dotc/printing/ReplPrinter.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import dotty.tools.dotc.core.Types._
import dotty.tools.dotc.printing.Texts._


class ReplPrinter(_ctx: Context) extends DecompilerPrinter(_ctx) {
class ReplPrinter(_ctx: Context) extends RefinedPrinter(_ctx) {

val debugPrint = _ctx.settings.YprintDebug.value

Expand Down

0 comments on commit f92ab11

Please sign in to comment.