first commit
This commit is contained in:
4
test/fixtures/spread/method-call-multiple-args/expected.js
vendored
Normal file
4
test/fixtures/spread/method-call-multiple-args/expected.js
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
add.apply(null, [
|
||||
foo,
|
||||
bar
|
||||
].concat(numbers));
|
||||
Reference in New Issue
Block a user