5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
// Options: --spread=false
|
|
// Error: :4:8: Unexpected token ...
|
|
|
|
[0, 1, ...[2, 3]];
|