Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENG-3954] Treat ArrayVar.foreach index as int (#4193)
* [ENG-3954] Treat ArrayVar.foreach index as int * foreach: convert return value to a Var When the value returned from the foreach is not hashable (mutable type), then it will raise an exception if it is not first converted to a LiteralVar.
- Loading branch information