Skip to content
New issue

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

A comment below an @extends tag invalidates requires #278

Open
smaren opened this issue Jan 17, 2020 · 0 comments · May be fixed by #279
Open

A comment below an @extends tag invalidates requires #278

smaren opened this issue Jan 17, 2020 · 0 comments · May be fixed by #279

Comments

@smaren
Copy link
Contributor

smaren commented Jan 17, 2020

/**
 * @interface
 * @extends {goog.Foo}
 * I am a comment
 */

goog.Foo should be required, but it is not.

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.

@smaren smaren linked a pull request Jan 17, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant