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

[Runtime evaluation] Cannot assign an element of an array #642

Open
adpi2 opened this issue Feb 6, 2024 · 0 comments
Open

[Runtime evaluation] Cannot assign an element of an array #642

adpi2 opened this issue Feb 6, 2024 · 0 comments
Labels
enhancement New feature or request runtime evaluation

Comments

@adpi2
Copy link
Member

adpi2 commented Feb 6, 2024

If I have:

val table: Array[Int] = ??? 

I cannot run the expression table(0) = 2. It returns Unsupported assignment.

@adpi2 adpi2 added runtime evaluation enhancement New feature or request labels Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request runtime evaluation
Projects
None yet
Development

No branches or pull requests

1 participant