Skip to content

Find-all-references for JSDoc @param in property assignment #17217

@ghost

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptFixedA PR has been merged for this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions