TypeScript/tests/cases/fourslash/completionListInObjectBindingPattern03.ts

12 lines
269 B
TypeScript

/// <reference path='fourslash.ts'/>
////interface I {
//// property1: number;
//// property2: string;
////}
////
////var foo: I;
////var { property1: /**/ } = foo;
verify.completions({ marker: "", exact: undefined, isNewIdentifierLocation: true });