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 4790d75 commit 7fd019eCopy full SHA for 7fd019e
compiler/src/dotty/tools/dotc/decompiler/DecompilationPrinter.scala
@@ -24,8 +24,7 @@ class DecompilationPrinter extends Phase {
24
println(unit.source)
25
println(line)
26
27
- val code = unit.tpdTree.show
28
- println(if (ctx.useColors) printing.SyntaxHighlighting(code) else code)
+ println(unit.tpdTree.show)
29
30
}
31
0 commit comments