Closed

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.