We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@extends
/** * @interface * @extends {goog.Foo} * I am a comment */
goog.Foo should be required, but it is not.
goog.Foo
Likewise:
/** * @interface * @extends {goog.Foo} * @extends {goog.Foo2} * I am a comment * @extends {goog.Foo3} * @extends {goog.Foo4} */
Here goog.Foo is required, but none of the others are.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
goog.Foo
should be required, but it is not.Likewise:
Here
goog.Foo
is required, but none of the others are.The text was updated successfully, but these errors were encountered: