TypeScript/tests/baselines/reference/seeTag3.types
Nathan Shively-Sanders d16d7779a8
No error for markdown links in @see (#46348)
This only shows up in checkJS files, but should still be ignored.
2021-10-14 15:22:59 -07:00

7 lines
180 B
Plaintext

=== tests/cases/conformance/jsdoc/seeTag3.js ===
/** @see [The typescript web site](https://typescriptlang.org) */
function theWholeThing() {
>theWholeThing : () => void
}