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

16 lines
312 B
TypeScript

/// <reference path='fourslash.ts' />
// @allowJs: true
// @Filename: /a.js
/////**
//// * @typedef I {Object}
//// * [|@prop [|{| "isDefinition": true, "contextRangeIndex": 0 |}p|] {number}
//// |]*/
////
/////** @type {I} */
////let x;
////x.[|p|];
verify.singleReferenceGroup("(property) p: number", "p");