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 716d396 commit 94df60fCopy full SHA for 94df60f
README.md
@@ -689,6 +689,33 @@ function quux (foo) {
689
690
}
691
// Message: @param "bar" does not match an existing function parameter.
692
+
693
+/**
694
+ * @param foo
695
696
+ */
697
+function quux (foo) {
698
699
+}
700
+// Message: Duplicate @param "foo"
701
702
703
704
705
706
+function quux (foo, bar) {
707
708
709
710
711
712
713
714
715
+function quux (foo, foo) {
716
717
718
719
````
720
721
The following patterns are not considered problems:
0 commit comments