TypeScript/tests/cases/fourslash/findAllRefsObjectBindingElementPropertyName05.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

13 lines
260 B
TypeScript

/// <reference path='fourslash.ts'/>
////interface I {
//// property1: number;
//// property2: string;
////}
////
////function f({ /**/property1: p }, { property1 }) {
//// let x = property1;
////}
goTo.marker();
verify.noReferences("");