diff --git a/tests/baselines/reference/classUsedBeforeInitializedVariables.js b/tests/baselines/reference/classUsedBeforeInitializedVariables.js index 4442c7193d6..3a3591cfdad 100644 --- a/tests/baselines/reference/classUsedBeforeInitializedVariables.js +++ b/tests/baselines/reference/classUsedBeforeInitializedVariables.js @@ -55,8 +55,8 @@ var __extends = (this && this.__extends) || (function () { })(); var Test = /** @class */ (function () { function Test() { - var _this = this; var _a, _b, _c; + var _this = this; this.p1 = 0; this.p2 = this.p1; this.p3 = this.p4;