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

Fix MultipleNullnessAnnotations's ability to read type annotations from type variable uses #4333

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

copybara-service[bot]
Copy link
Contributor

Fix MultipleNullnessAnnotations's ability to read type annotations from type variable uses

For whatever reason, the type annotations cannot be accessed using the Trees for the corresponding AST node for those types (getType(methodTree.getReturnType()) and getType(variableTree.getType()).

Fixes #4320

…om type variable uses

For whatever reason, the type annotations cannot be accessed using the `Tree`s for the corresponding AST node for those types (`getType(methodTree.getReturnType())` and `getType(variableTree.getType())`.

Fixes #4320

PiperOrigin-RevId: 617311880
@copybara-service copybara-service bot merged commit 449618c into master Mar 19, 2024
@copybara-service copybara-service bot deleted the test_615641851 branch March 19, 2024 22:27
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.

MultipleNullnessAnnotations inconsistent on nested class
1 participant