Skip to content

Commit b0cdc53

Browse files
committed
Handle SELECTin in TastyPrinter
1 parent 38587a8 commit b0cdc53

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
@@ -82,7 +82,7 @@ class TastyPrinter(bytes: Array[Byte])(implicit ctx: Context) {
8282
printName(); printName()
8383
case VALDEF | DEFDEF | TYPEDEF | TYPEPARAM | PARAM | NAMEDARG | BIND =>
8484
printName(); printTrees()
85-
case REFINEDtype | TERMREFin | TYPEREFin =>
85+
case REFINEDtype | TERMREFin | TYPEREFin | SELECTin =>
8686
printName(); printTree(); printTrees()
8787
case RETURN | HOLE =>
8888
printNat(); printTrees()

0 commit comments

Comments
 (0)