Skip to content

Commit d520daa

Browse files
l1bbcsgbrettz9
authored andcommitted
docs: generate docs
1 parent 30d2194 commit d520daa

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
@@ -5054,6 +5054,15 @@ const language = {
50545054
}
50555055
}
50565056
// Message: JSDoc @returns declaration present but return expression not available in function.
5057+
5058+
class Foo {
5059+
/**
5060+
* @returns {string}
5061+
*/
5062+
bar () {
5063+
}
5064+
}
5065+
// Message: JSDoc @returns declaration present but return expression not available in function.
50575066
````
50585067

50595068
The following patterns are not considered problems:

0 commit comments

Comments
 (0)