greg-dove opened a new issue #192:
URL: https://github.com/apache/royale-compiler/issues/192
For the following example code,
``` var array:Array = [{something:[99]}];
var idx:Number = 0;
var test:Number;
//the following 2 lines cause compiler errors:
test = array[idx].something[idx];
test = array[idx].something[0];
```
The above error is thrown for either of the last two lines. A fix will be
committed shortly, this issue is to provide clarification of of the issue being
addressed by that commit.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]