Skip to content

Commit 9507bfc

Browse files
committed
Fix pickler printing of TERMREFin, TYPEREFin
1 parent 64b0dc0 commit 9507bfc

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
@@ -63,7 +63,7 @@ class TastyPrinter(bytes: Array[Byte])(implicit ctx: Context) {
6363
tag match {
6464
case RENAMED =>
6565
printName(); printName()
66-
case VALDEF | DEFDEF | TYPEDEF | TYPEPARAM | PARAM | NAMEDARG | BIND =>
66+
case VALDEF | DEFDEF | TYPEDEF | OBJECTDEF | TYPEPARAM | PARAM | NAMEDARG | BIND =>
6767
printName(); printTrees()
6868
case REFINEDtype | TERMREFin | TYPEREFin =>
6969
printName(); printTree(); printTrees()

0 commit comments

Comments
 (0)