TypeScript/tests/cases/fourslash/completionListInObjectBindingPattern06.ts
Daniel Rosenwasser 713a70d794 Renamed tests.
2015-06-24 12:39:10 -04:00

12 lines
241 B
TypeScript

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