Skip to content

Commit a7deb9f

Browse files
smarterfelixmulder
authored andcommitted
TastyPrinter: fix RefinedType printing
1 parent 78cb6e9 commit a7deb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class TastyPrinter(bytes: Array[Byte])(implicit ctx: Context) {
6969
case VALDEF | DEFDEF | TYPEDEF | TYPEPARAM | PARAM | NAMEDARG | BIND =>
7070
printName(); printTrees()
7171
case REFINEDtype =>
72-
printTree(); printName(); printTrees()
72+
printName(); printTree(); printTrees()
7373
case RETURN =>
7474
printNat(); printTrees()
7575
case METHODtype | POLYtype =>

0 commit comments

Comments
 (0)