File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/dotty/tools/dotc/core/tasty Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -478,6 +478,7 @@ object TastyFormat {
478
478
case ORtype => " ORtype"
479
479
case BYNAMEtype => " BYNAMEtype"
480
480
case POLYtype => " POLYtype"
481
+ case LAMBDAtype => " LAMBDAtype"
481
482
case METHODtype => " METHODtype"
482
483
case PARAMtype => " PARAMtype"
483
484
case ANNOTATION => " ANNOTATION"
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class TastyPrinter(bytes: Array[Byte])(implicit ctx: Context) {
72
72
printName(); printTree(); printTrees()
73
73
case RETURN =>
74
74
printNat(); printTrees()
75
- case METHODtype | POLYtype =>
75
+ case METHODtype | LAMBDAtype | POLYtype =>
76
76
printTree()
77
77
until(end) { printName(); printTree() }
78
78
case PARAMtype =>
You can’t perform that action at this time.
0 commit comments