We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TypeScript Version: nightly (2.5.0-dev.20170712)
Code
/** @param {string} s */ exports.f = s => s;
Expected behavior:
Find 3 references.
Actual behavior:
Do not find the reference inside the comment.