TypeScript/tests/baselines/reference/seeTag3.js
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

11 lines
237 B
TypeScript

//// [seeTag3.js]
/** @see [The typescript web site](https://typescriptlang.org) */
function theWholeThing() {
}
//// [seeTag3.js]
/** @see [The typescript web site](https://typescriptlang.org) */
function theWholeThing() {
}