TypeScript/tests/baselines/reference/jsdocLink_rename1.baseline
Nathan Shively-Sanders dcc27ebaf2
@link support, second try (#43312)
* Revert "Revert "Editor support for link tag (#41877)" (#43302)"

This reverts commit 451d4354b9.

* Fix parsing @link at end of comment

* Parse comments as string when no @link occurs

* fix lint
2021-03-22 16:39:35 -07:00

8 lines
145 B
Plaintext

/*====== /tests/cases/fourslash/jsdocLink_rename1.ts ======*/
interface [|RENAME|] {}
/**
* {@link RENAME()} is ok
*/
declare const a: RENAME