Files
babel/test/fixtures/syntax/api/whitelist/expected.js
Sebastian McKenzie 9f493b23ab fix whitelist tests
2014-10-18 15:49:07 +11:00

8 lines
91 B
JavaScript

class Test {
constructor() {
arr.map(function(x) {
return x * x;
});
}
}