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

Array classes / generic array type mixes #85

Open
ljacqu opened this issue Jun 23, 2023 · 0 comments
Open

Array classes / generic array type mixes #85

ljacqu opened this issue Jun 23, 2023 · 0 comments

Comments

@ljacqu
Copy link
Owner

ljacqu commented Jun 23, 2023

If I have a wildcard T and we see T[] used somewhere, we might resolve T to byte[] for example, and then T[] would effectively be byte[][]. How is it handled?

  • Check if ArrayTypeProperties need some update
  • Check if the type variable resolver behaves properly in such cases
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

No branches or pull requests

1 participant