Open smoothdeveloper opened 1 year ago
As far as my debugging went, there is wrong assumption in indexing in the calledArgs, probably due to the fact that it comes with a named argument (aa1), then an unnamed (value).
This code needs to account for the possibility of named argument to come first.
The modality of calling indexed properties and shadowing are a bit mixed up:
also, there is an internal error when attempting to call indexed setter when specifying the argument name.
observations: