aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/config/Printers.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/config/Printers.scala')
-rw-r--r--src/dotty/tools/dotc/config/Printers.scala18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/dotty/tools/dotc/config/Printers.scala b/src/dotty/tools/dotc/config/Printers.scala
index 8b9cc45c4..21147fe6f 100644
--- a/src/dotty/tools/dotc/config/Printers.scala
+++ b/src/dotty/tools/dotc/config/Printers.scala
@@ -22,13 +22,13 @@ object Printers {
val implicitsDetailed: Printer = noPrinter
val subtyping: Printer = noPrinter
val unapp: Printer = noPrinter
- val gadts = noPrinter
- val hk = noPrinter
- val variances = noPrinter
- val incremental = noPrinter
- val config = noPrinter
- val transforms = noPrinter
- val completions = noPrinter
- val cyclicErrors = noPrinter
- val pickling = noPrinter
+ val gadts: Printer = noPrinter
+ val hk: Printer = noPrinter
+ val variances: Printer = noPrinter
+ val incremental: Printer = noPrinter
+ val config: Printer = noPrinter
+ val transforms: Printer = noPrinter
+ val completions: Printer = noPrinter
+ val cyclicErrors: Printer = noPrinter
+ val pickling: Printer = noPrinter
}