From 56b948c332993014e13c4c3e192b3573f9c46462 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Thu, 7 Apr 2016 23:44:05 +0200 Subject: Update TastyFormat for SeqLiteral SeqLiteral have an elemTpt, which was missing in format. --- src/dotty/tools/dotc/core/tasty/TastyFormat.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotty/tools/dotc/core/tasty/TastyFormat.scala b/src/dotty/tools/dotc/core/tasty/TastyFormat.scala index f3dabb517..a9f2e753f 100644 --- a/src/dotty/tools/dotc/core/tasty/TastyFormat.scala +++ b/src/dotty/tools/dotc/core/tasty/TastyFormat.scala @@ -84,7 +84,7 @@ Standard-Section: "ASTs" TopLevelStat* MATCH Length sel_Term CaseDef* TRY Length expr_Term CaseDef* finalizer_Term? RETURN Length meth_ASTRef expr_Term? - REPEATED Length elem_Term* + REPEATED Length elem_Type elem_Term* BIND Length boundName_NameRef patType_Type pat_Term ALTERNATIVE Length alt_Term* UNAPPLY Length fun_Term ImplicitArg* pat_Type pat_Term* -- cgit v1.2.3