TypeScript/tests/cases/fourslash/completionListInObjectBindingPattern11.ts

11 lines
227 B
TypeScript
Raw Normal View History

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