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

Implement array/indexer access support #54

Closed
adrianoc opened this issue Jul 5, 2020 · 1 comment
Closed

Implement array/indexer access support #54

adrianoc opened this issue Jul 5, 2020 · 1 comment

Comments

@adrianoc
Copy link
Owner

adrianoc commented Jul 5, 2020

int M(int []a, ILIst<int> list)
{
   a[0] = 1;
    list[0] = 1;

   return a[0] + list[0]; 
}
@adrianoc adrianoc mentioned this issue Jul 5, 2020
100 tasks
@adrianoc
Copy link
Owner Author

Implemented in 2a04371. Not yet merge into main

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