smeup / jariko

a JAva virtual machine Rpg Interpreter written in KOtlin
Apache License 2.0
65 stars 11 forks source link

Bugfix/ls24003149/immutable for endvalue #559

Closed dom-apuliasoft closed 2 months ago

dom-apuliasoft commented 2 months ago

Description

Change immutable field endValue in ForStmt to mutable in order to allow for ArrayAccessExpr replacing erroneous FunctionCalls during resolution.

Related to:

Checklist: