File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
compiler/src/dotty/tools/dotc/core/tasty Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -480,7 +480,6 @@ object TastyFormat {
480
480
case ORtype => " ORtype"
481
481
case BYNAMEtype => " BYNAMEtype"
482
482
case POLYtype => " POLYtype"
483
- case LAMBDAtype => " LAMBDAtype"
484
483
case METHODtype => " METHODtype"
485
484
case PARAMtype => " PARAMtype"
486
485
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 | LAMBDAtype | POLYtype =>
75
+ case METHODtype | 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