TypeScript/tests/cases/fourslash/findAllRefsObjectBindingElementPropertyName10.ts
2019-06-13 12:41:21 -07:00

12 lines
394 B
TypeScript

/// <reference path='fourslash.ts'/>
////interface Recursive {
//// [|[|{| "isDefinition": true, "contextRangeIndex": 0 |}next|]?: Recursive;|]
//// value: any;
////}
////
////function f ([|{ [|{| "contextRangeIndex": 2 |}next|]: { [|{| "contextRangeIndex": 2 |}next|]: x} }: Recursive|]) {
////}
verify.singleReferenceGroup("(property) Recursive.next?: Recursive", "next");