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 unprintable class when param types are inferred from assignments using -Ainfer=stubs #3436

Merged
merged 1 commit into from Jul 7, 2020

Conversation

kelloggm
Copy link
Contributor

@kelloggm kelloggm commented Jul 6, 2020

Fixes #3428.

The mistake was that we missed one of the callsites for storage.getAClass that needed to be updated in #2871.

Also fixed a typo in some javadoc.

@mernst mernst merged commit 423d0a2 into typetools:master Jul 7, 2020
@mernst mernst deleted the fix3428 branch July 7, 2020 01:39
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.

-Ainfer causes crash for basic assignment
3 participants