Skip to content

Commit 0c832f2

Browse files
author
Josh Goldberg
committed
Updated baselines again
1 parent e767ee0 commit 0c832f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/classUsedBeforeInitializedVariables.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ var __extends = (this && this.__extends) || (function () {
5555
})();
5656
var Test = /** @class */ (function () {
5757
function Test() {
58-
var _this = this;
5958
var _a, _b, _c;
59+
var _this = this;
6060
this.p1 = 0;
6161
this.p2 = this.p1;
6262
this.p3 = this.p4;

0 commit comments

Comments
 (0)