TypeScript/tests/cases/fourslash/completionListInObjectBindingPattern12.ts

12 lines
268 B
TypeScript
Raw Normal View History

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