-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: JSDocRelates to JSDoc parsing and type generationRelates to JSDoc parsing and type generationFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone

Description
TypeScript Version: nightly (2.4.0-dev.20170515)
Code
///<reference path="fourslash.ts" />
/////**
//// * @typedef /*def*/Product
//// * @property {string} title
//// */
/////**
//// * @type {/*use*/Product}
//// */
////const product = null
verify.goToDefinition("use", "def");
Expected behavior:
Get services.
Actual behavior:
No services.
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: JSDocRelates to JSDoc parsing and type generationRelates to JSDoc parsing and type generationFixedA PR has been merged for this issueA PR has been merged for this issue