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 4939b47 commit e800987Copy full SHA for e800987
compiler/src/dotty/tools/dotc/core/tasty/TastyPrinter.scala
@@ -77,7 +77,7 @@ class TastyPrinter(bytes: Array[Byte])(implicit ctx: Context) {
77
printName(); printTree(); printTrees()
78
case RETURN =>
79
printNat(); printTrees()
80
- case METHODtype | POLYtype =>
+ case METHODtype | POLYtype | TYPELAMBDAtype =>
81
printTree()
82
until(end) { printName(); printTree() }
83
case PARAMtype =>
0 commit comments