TypeScript/tests/cases/fourslash/completionListInObjectBindingPattern06.ts

12 lines
249 B
TypeScript
Raw Normal View History

2015-06-24 18:33:49 +02:00
/// <reference path='fourslash.ts'/>
////interface I {
//// property1: number;
//// property2: string;
////}
////
////var foo: I;
////var { property1, property2, /**/ } = foo;
verify.completions({ marker: "", exact: undefined });