Skip to content

Commit f66660a

Browse files
committed
TastyPrinter: print name for SELECTtpt nodes
1 parent 595e15b commit f66660a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/tasty/TastyPrinter.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class TastyPrinter(bytes: Array[Byte])(implicit ctx: Context) {
8484
}
8585
else if (tag >= firstNatASTTreeTag) {
8686
tag match {
87-
case IDENT | IDENTtpt | SELECT | TERMREF | TYPEREF | SELFDEF => printName()
87+
case IDENT | IDENTtpt | SELECT | SELECTtpt | TERMREF | TYPEREF | SELFDEF => printName()
8888
case _ => printNat()
8989
}
9090
printTree()

0 commit comments

Comments
 (0)