From 0c832f258d47f45cb3f0eec26c9bd88192eb18b9 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Thu, 4 Apr 2019 15:04:11 -0400 Subject: [PATCH] Updated baselines again --- .../baselines/reference/classUsedBeforeInitializedVariables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;