/// ////interface I { //// [|[|{| "isDefinition": true, "contextRangeIndex": 0 |}x|]: boolean;|] ////} ////declare const i: I; ////[|const { [|{| "isWriteAccess": true, "isDefinition": true, "contextRangeIndex": 2 |}x|] } = i;|] const [r0Def, r0, r1Def, r1] = test.ranges(); verify.referenceGroups(r0, [{ definition: "(property) I.x: boolean", ranges: [r0, r1] }]); verify.referenceGroups(r1, [ { definition: "(property) I.x: boolean", ranges: [r0] }, { definition: "const x: boolean", ranges: [r1] } ]);