[JS IR] Actualize JS files according to TS tests

^KT-37916 fixed
^KT-44494 fixed
This commit is contained in:
Ilya Goncharov
2021-10-21 19:37:03 +03:00
committed by Space
parent 69f6dc059d
commit 993b194a7b
@@ -26,12 +26,12 @@ var Impl = /** @class */ (function (_super) {
};
Object.defineProperty(Impl.prototype, "acAbstractProp", {
get: function () { return "Impl"; },
enumerable: false,
enumerable: true,
configurable: true
});
Object.defineProperty(Impl.prototype, "y", {
get: function () { return true; },
enumerable: false,
enumerable: true,
configurable: true
});
return Impl;