Skip to content

Commit e800987

Browse files
committed
Adapt TastyPrinter to new format
1 parent 4939b47 commit e800987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/tasty/TastyPrinter.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class TastyPrinter(bytes: Array[Byte])(implicit ctx: Context) {
7777
printName(); printTree(); printTrees()
7878
case RETURN =>
7979
printNat(); printTrees()
80-
case METHODtype | POLYtype =>
80+
case METHODtype | POLYtype | TYPELAMBDAtype =>
8181
printTree()
8282
until(end) { printName(); printTree() }
8383
case PARAMtype =>

0 commit comments

Comments
 (0)