TypeScript/tests/cases/fourslash/completionListInObjectBindingPattern06.ts

12 lines
249 B
TypeScript

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