TypeScript/tests/baselines/reference/seeTag3.symbols

7 lines
215 B
Plaintext
Raw Permalink Normal View History

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