updated snapshots

This commit is contained in:
Lenard Pratt 2019-04-05 11:19:25 +01:00
parent e175921932
commit b27fa33a9f
6 changed files with 44 additions and 77 deletions

View file

@ -203,7 +203,7 @@ impl ast::ArrayExpr {
if self.is_repeat() {
ArrayExprKind::Repeat {
initializer: children(self).nth(0),
repeat: children(self).nth(2),
repeat: children(self).nth(1),
}
} else {
ArrayExprKind::ElementList(children(self))