estanglerbm commented on issue #996:
URL: https://github.com/apache/royale-asjs/issues/996#issuecomment-742141878
Additionally, this code:
```
props["block"] = props["test"];
```
generates this:
```
props.setProperty("block", props.getProperty('"test"'));
```
which has the embedded double quotes on the right-hand-side getProperty().
Perhaps the compiler doesn't like two uses of indexed array syntax in the
same statement?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]