Skip to content

Commit 1ced876

Browse files
committed
docs: generate docs
1 parent b3351e9 commit 1ced876

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4810,6 +4810,15 @@ const language = {
48104810
}
48114811
}
48124812
// Message: JSDoc @returns declaration present but return expression not available in function.
4813+
4814+
class Foo {
4815+
/**
4816+
* @returns {string}
4817+
*/
4818+
bar () {
4819+
}
4820+
}
4821+
// Message: JSDoc @returns declaration present but return expression not available in function.
48134822
````
48144823

48154824
The following patterns are not considered problems:

0 commit comments

Comments
 (0)