Files
babel/test/fixtures/syntax/api/blacklist/expected.js

7 lines
106 B
JavaScript

var Test = function () {
var Test = function Test() {
arr.map(x => x * x);
};
return Test;
}();