Skip to content

Commit 6ad4482

Browse files
committed
Update conflicting baseline.
PR #9574 added a baseline that #9578 caused to be changed. The two PRs went in so close to each other that the CI build didn't catch the change to the new test's baseline.
1 parent cc83c79 commit 6ad4482

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/baselines/reference/multipleDeclarations.symbols

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ C.prototype.m = function() {
1313
>m : Symbol(C.m, Decl(input.js, 1, 14), Decl(input.js, 3, 1))
1414

1515
this.nothing();
16+
>this : Symbol(C, Decl(input.js, 0, 0))
17+
1618
};
1719

0 commit comments

Comments
 (0)