TypeScript/tests/cases/fourslash/quickInfoForObjectBindingElementPropertyName01.ts
2016-09-13 11:49:01 -07:00

11 lines
245 B
TypeScript

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