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 38587a8 commit b0cdc53Copy full SHA for b0cdc53
compiler/src/dotty/tools/dotc/core/tasty/TastyPrinter.scala
@@ -82,7 +82,7 @@ class TastyPrinter(bytes: Array[Byte])(implicit ctx: Context) {
82
printName(); printName()
83
case VALDEF | DEFDEF | TYPEDEF | TYPEPARAM | PARAM | NAMEDARG | BIND =>
84
printName(); printTrees()
85
- case REFINEDtype | TERMREFin | TYPEREFin =>
+ case REFINEDtype | TERMREFin | TYPEREFin | SELECTin =>
86
printName(); printTree(); printTrees()
87
case RETURN | HOLE =>
88
printNat(); printTrees()
0 commit comments