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 64b0dc0 commit 9507bfcCopy full SHA for 9507bfc
compiler/src/dotty/tools/dotc/core/tasty/TastyPrinter.scala
@@ -63,7 +63,7 @@ class TastyPrinter(bytes: Array[Byte])(implicit ctx: Context) {
63
tag match {
64
case RENAMED =>
65
printName(); printName()
66
- case VALDEF | DEFDEF | TYPEDEF | TYPEPARAM | PARAM | NAMEDARG | BIND =>
+ case VALDEF | DEFDEF | TYPEDEF | OBJECTDEF | TYPEPARAM | PARAM | NAMEDARG | BIND =>
67
printName(); printTrees()
68
case REFINEDtype | TERMREFin | TYPEREFin =>
69
printName(); printTree(); printTrees()
0 commit comments