We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f768f6 + 6ad4482 commit 1d202f6Copy full SHA for 1d202f6
tests/baselines/reference/multipleDeclarations.symbols
@@ -13,5 +13,7 @@ C.prototype.m = function() {
13
>m : Symbol(C.m, Decl(input.js, 1, 14), Decl(input.js, 3, 1))
14
15
this.nothing();
16
+>this : Symbol(C, Decl(input.js, 0, 0))
17
+
18
};
19
0 commit comments