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 multiple argument array select/store for Java generics #4857

Merged
merged 1 commit into from
Dec 5, 2020

Conversation

addisoncrump
Copy link
Contributor

There was an issue with my generics implementation that I found in some actual application.

Using a ? capture for the mkArraySort domain with an array of Sort as an index made it impossible for the compiler to determine which method to use for mkSelect/mkStore in some versions of Java. This fixes that.

@NikolajBjorner NikolajBjorner merged commit b0cecf7 into Z3Prover:master Dec 5, 2020
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.

None yet

2 participants