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 a3f4f06 commit 4e6e2d1Copy full SHA for 4e6e2d1
compiler/src/dotty/tools/dotc/core/tasty/TastyPrinter.scala
@@ -48,7 +48,7 @@ class TastyPrinter(bytes: Array[Byte])(implicit ctx: Context) {
48
def printNat() = print(Yellow(" " + readNat()).show)
49
def printName() = {
50
val idx = readNat()
51
- print(Magenta(" " + idx + " [" + nameRefToString(NameRef(idx)) + "]").show)
+ print(nameColor(" " + idx + " [" + nameRefToString(NameRef(idx)) + "]").show)
52
}
53
def printTree(): Unit = {
54
newLine()
0 commit comments