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

17 lines
294 B
TypeScript

/// <reference path='fourslash.ts'/>
////interface Recursive {
//// next?: Recursive;
//// value: any;
////}
////
////function f ({ /*1*/next: { /*2*/next: x} }) {
////}
verify.quickInfos({
1: `(property) next: {
next: any;
}`,
2: "(property) next: any"
});