mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-20 13:45:34 -05:00
Accept new baselines
This commit is contained in:
@@ -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;
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user