let A = /*#__PURE__*/function () { "use strict"; function A() { babelHelpers.classCallCheck(this, A); } babelHelpers.createClass(A, [{ key: x, get: function () {} }, { key: (x = 2, 3), value: function () {} }, { key: x, set: function (_) {} }]); return A; }();