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.
1 parent eb16718 commit c80a754Copy full SHA for c80a754
compiler/src/dotty/tools/dotc/config/Printers.scala
@@ -27,7 +27,7 @@ object Printers {
27
val incremental: Printer = noPrinter
28
val config: Printer = noPrinter
29
val transforms: Printer = noPrinter
30
- val completions: Printer = noPrinter
+ val completions: Printer = new Printer
31
val cyclicErrors: Printer = new Printer
32
val pickling: Printer = noPrinter
33
val inlining: Printer = noPrinter
0 commit comments