Expand spread property find-all-ref test

This commit is contained in:
Nathan Shively-Sanders 2017-04-12 11:47:23 -07:00
parent 03e3894909
commit 0ffe24c64b

View file

@ -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] }]);