File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
src/dotty/tools/dotc/config Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ object Printers {
22
22
val implicitsDetailed : Printer = noPrinter
23
23
val subtyping : Printer = noPrinter
24
24
val unapp : Printer = noPrinter
25
- val gadts = noPrinter
26
- val hk = noPrinter
27
- val variances = noPrinter
28
- val incremental = noPrinter
29
- val config = noPrinter
30
- val transforms = noPrinter
31
- val completions = noPrinter
32
- val cyclicErrors = noPrinter
33
- val pickling = noPrinter
25
+ val gadts : Printer = noPrinter
26
+ val hk : Printer = noPrinter
27
+ val variances : Printer = noPrinter
28
+ val incremental : Printer = noPrinter
29
+ val config : Printer = noPrinter
30
+ val transforms : Printer = noPrinter
31
+ val completions : Printer = noPrinter
32
+ val cyclicErrors : Printer = noPrinter
33
+ val pickling : Printer = noPrinter
34
34
}
You can’t perform that action at this time.
0 commit comments