Skip to content

Commit

Permalink
test(invalid spread): add case for array spread
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Jun 16, 2023
1 parent cb7532b commit de57c71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/inputs/invalid_spread.corn
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ let {
$foo = 23
} in {
..$foo
bar = [ ..$foo ]
}

0 comments on commit de57c71

Please sign in to comment.