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
let bar = 'bar'; class Foo { /** @return {boolean} */ get [bar]() { return true; } /** @return {boolean} */ ['baz']() { return true; } }
Both members get a: WARNING - Misplaced function annotation. This JSDoc is not attached to a function node. Are you missing parentheses?
WARNING - Misplaced function annotation. This JSDoc is not attached to a function node. Are you missing parentheses?
(run with --language_in=ECMASCRIPT6_STRICT -O SIMPLE)
--language_in=ECMASCRIPT6_STRICT -O SIMPLE
The text was updated successfully, but these errors were encountered:
03fb30b
MatrixFrog
No branches or pull requests
Both members get a:
WARNING - Misplaced function annotation. This JSDoc is not attached to a function node. Are you missing parentheses?
(run with
--language_in=ECMASCRIPT6_STRICT -O SIMPLE
)The text was updated successfully, but these errors were encountered: