-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Annotation: @alwaysThrows #17999
Comments
Added this to the 1.4 milestone. |
Removed this from the Later milestone. |
Removed Oldschool-Milestone-Later label. |
This is filed under analyzer, but the implementation would also involve package:meta, right? |
Yes, but the authors are the same, so... |
Fair enough. Just understanding the implementation. I guess there's no "area-meta" label. |
…ows. BUG=#17999 R=brianwilkerson@google.com Review-Url: https://codereview.chromium.org/2170643003 .
Committed. |
It's often nice to have a _fail() method or similar.
Often if it's used in a method with a return type, the analyzer will warn about a missing return type.
Solution:
@alwaysThrows (or similar) on a method definition
The text was updated successfully, but these errors were encountered: