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

Allow the BetaApi warning to occur more than once or only once in a test. #33

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link

Allow the BetaApi warning to occur more than once or only once in a test.

Depending on the configuration, we may see one or two BetaApi warnings for an expression like AnnotatedClass::instanceMethod, given that AnnotatedClass is @Beta. We may warn once for AnnotatedClass (because it has the annotation) and once for instanceMethod (because it is in a class with the annotation).

RELNOTES=n/a

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 this pull request may close these issues.

0 participants