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 595e15b commit f66660aCopy full SHA for f66660a
compiler/src/dotty/tools/dotc/core/tasty/TastyPrinter.scala
@@ -84,7 +84,7 @@ class TastyPrinter(bytes: Array[Byte])(implicit ctx: Context) {
84
}
85
else if (tag >= firstNatASTTreeTag) {
86
tag match {
87
- case IDENT | IDENTtpt | SELECT | TERMREF | TYPEREF | SELFDEF => printName()
+ case IDENT | IDENTtpt | SELECT | SELECTtpt | TERMREF | TYPEREF | SELFDEF => printName()
88
case _ => printNat()
89
90
printTree()
0 commit comments