We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3351e9 commit 1ced876Copy full SHA for 1ced876
README.md
@@ -4810,6 +4810,15 @@ const language = {
4810
}
4811
4812
// 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.
4822
````
4823
4824
The following patterns are not considered problems:
0 commit comments