aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/tasty
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-04-07 23:44:05 +0200
committerMartin Odersky <odersky@gmail.com>2016-04-07 23:44:05 +0200
commit56b948c332993014e13c4c3e192b3573f9c46462 (patch)
treecc5a3eea1464be43563e21e4edb4cae205e30085 /src/dotty/tools/dotc/core/tasty
parent88eb98ffc91f2954eb0ed305d19d46845f35ab33 (diff)
downloaddotty-56b948c332993014e13c4c3e192b3573f9c46462.tar.gz
dotty-56b948c332993014e13c4c3e192b3573f9c46462.tar.bz2
dotty-56b948c332993014e13c4c3e192b3573f9c46462.zip
Update TastyFormat for SeqLiteral
SeqLiteral have an elemTpt, which was missing in format.
Diffstat (limited to 'src/dotty/tools/dotc/core/tasty')
-rw-r--r--src/dotty/tools/dotc/core/tasty/TastyFormat.scala2
1 files changed, 1 insertions, 1 deletions
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*