var Test = /*#__PURE__*/function (_Foo) { "use strict"; babelHelpers.inherits(Test, _Foo); var _super = babelHelpers.createSuper(Test); function Test() { var _this; babelHelpers.classCallCheck(this, Test); _this = _super.call(this); _Foo.prototype.test; _Foo.prototype.test.whatever; return _this; } return Test; }(Foo);