Files
babel/test/fixtures/syntax/arrow-functions/inside-call/expected.js
2014-10-11 22:42:31 +11:00

4 lines
43 B
JavaScript

arr.map(function (i) {
return i + 1;
});