We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3f3c5 commit 62e1fccCopy full SHA for 62e1fcc
2 files changed
snapshots/input/diagnostics/index.ts
@@ -14,4 +14,5 @@ function car() {}
14
function main() {
15
new Foo()
16
bar()
17
+ car()
18
}
snapshots/output/diagnostics/index.ts
@@ -26,5 +26,11 @@ function main() {
26
//^^^ reference diagnostics 0.0.1 `index.ts`/bar().
27
//diagnostic Information:
28
//> This function is deprecated
29
30
+//^^^ reference diagnostics 0.0.1 `index.ts`/car().
31
+//diagnostic Information:
32
+//> This is a function that has
33
+//> multiple lines and is also deprecated. Make
34
+//> sure to reference {@link bar } for some reason
35
36
0 commit comments