TypeScript/tests/cases/fourslash/completionListInObjectBindingPattern02.ts

12 lines
240 B
TypeScript

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