We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad1ffb commit 5a94015Copy full SHA for 5a94015
compiler/src/dotty/tools/dotc/core/tasty/TastyPrinter.scala
@@ -69,7 +69,7 @@ class TastyPrinter(bytes: Array[Byte])(implicit ctx: Context) {
69
printName(); printTree(); printTrees()
70
case RETURN | HOLE =>
71
printNat(); printTrees()
72
- case METHODtype | POLYtype | TYPELAMBDAtype =>
+ case METHODtype | IMPLICITMETHODtype | ERASEDMETHODtype | ERASEDIMPLICITMETHODtype | POLYtype | TYPELAMBDAtype =>
73
printTree()
74
until(end) { printName(); printTree() }
75
case PARAMtype =>
0 commit comments