scala-debug-adapter icon indicating copy to clipboard operation
scala-debug-adapter copied to clipboard

[Runtime evaluation] Cannot assign an element of an array

Open adpi2 opened this issue 1 year ago • 0 comments

If I have:

val table: Array[Int] = ??? 

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

adpi2 avatar Feb 06 '24 15:02 adpi2