TypeScript/tests/cases/fourslash/findAllRefsObjectBindingElementPropertyName07.ts

8 lines
304 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts'/>
////let p, b;
////
2019-06-13 21:25:02 +02:00
////p, [|[{ [|{| "isDefinition": true, "contextRangeIndex": 0 |}a|]: p, b }] = [{ [|[|{| "isWriteAccess": true, "isDefinition": true, "contextRangeIndex": 2 |}a|]: 10|], b: true }]|];
2019-06-06 00:01:34 +02:00
verify.singleReferenceGroup("(property) a: any", "a");