Files
babel/test/fixtures/syntax/api/blacklist/expected.js
2014-10-18 15:42:36 +11:00

9 lines
120 B
JavaScript

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