We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78cb6e9 commit a7deb9fCopy full SHA for a7deb9f
src/dotty/tools/dotc/core/tasty/TastyPrinter.scala
@@ -69,7 +69,7 @@ class TastyPrinter(bytes: Array[Byte])(implicit ctx: Context) {
69
case VALDEF | DEFDEF | TYPEDEF | TYPEPARAM | PARAM | NAMEDARG | BIND =>
70
printName(); printTrees()
71
case REFINEDtype =>
72
- printTree(); printName(); printTrees()
+ printName(); printTree(); printTrees()
73
case RETURN =>
74
printNat(); printTrees()
75
case METHODtype | POLYtype =>
0 commit comments