Fix bug with changing property of value obtained via index getter.

This commit is contained in:
Stephen Chung
2021-09-28 15:59:46 +08:00
parent 6df2178460
commit 85dcd6e754
3 changed files with 94 additions and 12 deletions

View File

@@ -8,6 +8,7 @@ Bug fixes
---------
* Eliminate unnecessary property write-back when accessed via a getter since property getters are assumed to be _pure_.
* Writing to a property of an indexed valued obtained via an indexer now works properly by writing back the changed value via an index setter.
Enhancements
------------