aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/config/Printers.scala
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2014-09-23 12:32:17 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2014-09-23 12:32:17 +0200
commit2b52e9ccbf0427f7b9e4d5f61f1df8b4fb5d3f24 (patch)
tree060d86dcd54ce049598b683d9175d487f7feae5f /src/dotty/tools/dotc/config/Printers.scala
parent9b576c2c1c36003e0ca0a760c36aae028991400f (diff)
downloaddotty-2b52e9ccbf0427f7b9e4d5f61f1df8b4fb5d3f24.tar.gz
dotty-2b52e9ccbf0427f7b9e4d5f61f1df8b4fb5d3f24.tar.bz2
dotty-2b52e9ccbf0427f7b9e4d5f61f1df8b4fb5d3f24.zip
@odersky have a look.
testOnly dotc.tests
Diffstat (limited to 'src/dotty/tools/dotc/config/Printers.scala')
-rw-r--r--src/dotty/tools/dotc/config/Printers.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dotty/tools/dotc/config/Printers.scala b/src/dotty/tools/dotc/config/Printers.scala
index 3926be59b..be91455ad 100644
--- a/src/dotty/tools/dotc/config/Printers.scala
+++ b/src/dotty/tools/dotc/config/Printers.scala
@@ -12,13 +12,13 @@ object Printers {
val default: Printer = new Printer
val core: Printer = noPrinter
- val typr: Printer = noPrinter
+ val typr: Printer = new Printer
val constr: Printer = noPrinter
val checks: Printer = noPrinter
val overload: Printer = noPrinter
val implicits: Printer = noPrinter
val implicitsDetailed: Printer = noPrinter
- val subtyping: Printer = noPrinter
+ val subtyping: Printer = new Printer
val unapp: Printer = noPrinter
val completions = noPrinter
val gadts = noPrinter