TypeScript/tests/cases/fourslash/quickInfoForObjectBindingElementPropertyName02.ts

11 lines
242 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts'/>
////interface I {
//// property1: number;
//// property2: string;
////}
////
////var foo: I;
////var { /**/property1: {} } = foo;
2016-09-09 18:02:55 +02:00
verify.quickInfoAt("", "(property) I.property1: number");