We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff42c3d commit 815f133Copy full SHA for 815f133
tests/baselines/reference/readonlyArraysAndTuples2.js
@@ -37,11 +37,11 @@ var A = /** @class */ (function () {
37
}
38
__decorate([
39
someDec,
40
- __metadata("design:type", Object)
+ __metadata("design:type", Array)
41
], A.prototype, "j");
42
43
44
45
], A.prototype, "k");
46
return A;
47
}());
0 commit comments