aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/core/tasty
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2017-04-06 13:42:06 +0200
committerMartin Odersky <odersky@gmail.com>2017-04-06 13:42:06 +0200
commite800987c671c101a3643bfbaf93873db80ced9f3 (patch)
tree604b5580371851334c05566986538f209ad55544 /compiler/src/dotty/tools/dotc/core/tasty
parent4939b47bf3c2f74664e3976f23d82987ebf1ab43 (diff)
downloaddotty-e800987c671c101a3643bfbaf93873db80ced9f3.tar.gz
dotty-e800987c671c101a3643bfbaf93873db80ced9f3.tar.bz2
dotty-e800987c671c101a3643bfbaf93873db80ced9f3.zip
Adapt TastyPrinter to new format
Diffstat (limited to 'compiler/src/dotty/tools/dotc/core/tasty')
-rw-r--r--compiler/src/dotty/tools/dotc/core/tasty/TastyPrinter.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/src/dotty/tools/dotc/core/tasty/TastyPrinter.scala b/compiler/src/dotty/tools/dotc/core/tasty/TastyPrinter.scala
index fb37c9e7d..ce3722ff1 100644
--- a/compiler/src/dotty/tools/dotc/core/tasty/TastyPrinter.scala
+++ b/compiler/src/dotty/tools/dotc/core/tasty/TastyPrinter.scala
@@ -77,7 +77,7 @@ class TastyPrinter(bytes: Array[Byte])(implicit ctx: Context) {
printName(); printTree(); printTrees()
case RETURN =>
printNat(); printTrees()
- case METHODtype | POLYtype =>
+ case METHODtype | POLYtype | TYPELAMBDAtype =>
printTree()
until(end) { printName(); printTree() }
case PARAMtype =>