[JS IR] Actualize JS files according to TS tests
^KT-37916 fixed ^KT-44494 fixed
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user