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 should implement all interfaces that .NET assumes #360

Open
LPeter1997 opened this issue Dec 1, 2023 · 0 comments
Open

Array should implement all interfaces that .NET assumes #360

LPeter1997 opened this issue Dec 1, 2023 · 0 comments
Labels
bug Something isn't working semantic analysis Anything related to semantic analysis

Comments

@LPeter1997
Copy link
Member

Array is a built-in that the runtime assumes a bunch of interfaces on (like IReadOnlyList<T>). Currently the compiler does not know about this.

@LPeter1997 LPeter1997 added semantic analysis Anything related to semantic analysis bug Something isn't working labels Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working semantic analysis Anything related to semantic analysis
Projects
None yet
Development

No branches or pull requests

1 participant