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

Support concrete fields of List subclasses rather than just the List interface #929

Closed
alecthomas opened this issue Feb 12, 2024 · 0 comments · Fixed by #940
Closed

Support concrete fields of List subclasses rather than just the List interface #929

alecthomas opened this issue Feb 12, 2024 · 0 comments · Fixed by #940

Comments

@alecthomas
Copy link
Collaborator

This is what we think is happening. eg. we want this to work

val field: ArrayList

But only this works:

val field: List

Maybe?

@github-actions github-actions bot added triage Issue needs triaging and removed triage Issue needs triaging labels Feb 12, 2024
worstell added a commit that referenced this issue Feb 15, 2024
worstell added a commit that referenced this issue Feb 15, 2024
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 a pull request may close this issue.

2 participants