mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-25 22:01:51 -05:00
Expand spread property find-all-ref test
This commit is contained in:
@@ -20,3 +20,5 @@ verify.referenceGroups(r2, [
|
||||
{ definition: "(property) A2.a: number", ranges: [r1] },
|
||||
{ definition: "(property) a: string | number", ranges: [r2] }
|
||||
]);
|
||||
|
||||
verify.referenceGroups(r3, [{ definition: "(property) A1.a: string", ranges: [r0, r2, r3] }]);
|
||||
|
||||
Reference in New Issue
Block a user