TypeScript/tests/cases/fourslash/findAllRefsObjectBindingElementPropertyName02.ts
Andy Hanson 8515f7e2b5 Change find-all-references tests to test for groups
* Also always test for isWriteAccess and isDefinition
2017-01-31 06:59:16 -08:00

12 lines
302 B
TypeScript

/// <reference path='fourslash.ts'/>
////interface I {
//// [|{| "isWriteAccess": true, "isDefinition": true |}property1|]: number;
//// property2: string;
////}
////
////var foo: I;
////var { [|property1|]: {} } = foo;
verify.singleReferenceGroup("(property) I.property1: number");