Files
babel/test/fixtures/transformation/api/blacklist/expected.js
2014-11-19 21:09:50 +11:00

6 lines
70 B
JavaScript

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