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