TypeScript/tests/cases/fourslash/findAllRefsObjectBindingElementPropertyName05.ts

13 lines
No EOL
261 B
TypeScript

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