We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e3894 commit 0ffe24cCopy full SHA for 0ffe24c
1 file changed
tests/cases/fourslash/findAllRefsForObjectSpread.ts
@@ -20,3 +20,5 @@ verify.referenceGroups(r2, [
20
{ definition: "(property) A2.a: number", ranges: [r1] },
21
{ definition: "(property) a: string | number", ranges: [r2] }
22
]);
23
+
24
+verify.referenceGroups(r3, [{ definition: "(property) A1.a: string", ranges: [r0, r2, r3] }]);
0 commit comments