Skip to content

Commit 0e82b01

Browse files
committed
Fix pickler printing of TERMREFin, TYPEREFin
1 parent 401e1d9 commit 0e82b01

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
@@ -65,7 +65,7 @@ class TastyPrinter(bytes: Array[Byte])(implicit ctx: Context) {
6565
printName(); printName()
6666
case VALDEF | DEFDEF | TYPEDEF | TYPEPARAM | PARAM | NAMEDARG | BIND =>
6767
printName(); printTrees()
68-
case REFINEDtype =>
68+
case REFINEDtype | TERMREFin | TYPEREFin =>
6969
printName(); printTree(); printTrees()
7070
case RETURN | HOLE =>
7171
printNat(); printTrees()

0 commit comments

Comments
 (0)