18 lines
494 B
JavaScript
18 lines
494 B
JavaScript
var Test = /*#__PURE__*/function (_Foo) {
|
|
"use strict";
|
|
|
|
babelHelpers.inheritsLoose(Test, _Foo);
|
|
|
|
function Test() {
|
|
var _Foo$prototype$foo, _Foo$prototype$foo2;
|
|
|
|
var _this;
|
|
|
|
(_Foo$prototype$foo = _Foo.prototype.foo) == null ? void 0 : _Foo$prototype$foo.bar;
|
|
(_Foo$prototype$foo2 = _Foo.prototype.foo) == null ? void 0 : _Foo$prototype$foo2.call(babelHelpers.assertThisInitialized(_this));
|
|
return babelHelpers.assertThisInitialized(_this);
|
|
}
|
|
|
|
return Test;
|
|
}(Foo);
|