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 java type resolution for checked exception #1680

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

neetopia
Copy link
Collaborator

fixes #1460

@neetopia
Copy link
Collaborator Author

PsiTypeParameter resolution requires additional information hence can't be resolved directly with PSI apis, delegating to existing infrastructure.

@neetopia neetopia merged commit e5e9e5d into google:main Jan 17, 2024
3 checks passed
@neetopia neetopia deleted the checked-type-var branch January 17, 2024 00:21
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.

Resolver#getJvmCheckedException results in <ERROR TYPE> when throwing type variable.
2 participants