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

13 lines
317 B
TypeScript

/// <reference path='fourslash.ts'/>
////interface Recursive {
//// next?: Recursive;
//// value: any;
////}
////
////function f ({ /*1*/next: { /*2*/next: x} }: Recursive) {
////}
for (const marker of test.markerNames()) {
verify.quickInfoAt(marker, "(property) Recursive.next: Recursive");
}