var A = /*#__PURE__*/function () { "use strict"; function A() { babelHelpers.classCallCheck(this, A); } babelHelpers.createClass(A, [{ key: "foo", value: function foo() { var foo = 2; } }]); return A; }();