2021-04-28 18:25:17 +02:00

17 lines
229 B
JavaScript

var _foo = /*#__PURE__*/new WeakSet();
class Cl {
constructor() {
_foo.add(this);
}
test() {
return babelHelpers.classPrivateMethodGet(this, _foo, _foo2).call(this);
}
}
async function _foo2() {
return 2;
}