add iterators
This commit is contained in:
3
test/fixtures/arrow-functions/expression/expected.js
vendored
Normal file
3
test/fixtures/arrow-functions/expression/expected.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
arr.map(function (x) {
|
||||
return x * x;
|
||||
});
|
||||
Reference in New Issue
Block a user