Accept new baselines

This commit is contained in:
Anders Hejlsberg 2019-01-28 16:10:02 -08:00
parent ff42c3d198
commit 815f133633

View file

@ -37,11 +37,11 @@ var A = /** @class */ (function () {
}
__decorate([
someDec,
__metadata("design:type", Object)
__metadata("design:type", Array)
], A.prototype, "j");
__decorate([
someDec,
__metadata("design:type", Object)
__metadata("design:type", Array)
], A.prototype, "k");
return A;
}());