TypeScript/tests/cases/fourslash/findAllRefsForObjectLiteralProperties.ts
2019-06-13 12:41:21 -07:00

12 lines
337 B
TypeScript

/// <reference path='fourslash.ts'/>
////var x = {
//// [|[|{| "isWriteAccess": true, "isDefinition": true, "contextRangeIndex": 0 |}property|]: {}|]
////};
////
////x.[|property|];
////
////[|let {[|{| "contextRangeIndex": 3 |}property|]: pVar} = x;|]
verify.singleReferenceGroup("(property) property: {}", "property");