greg-dove opened a new issue #210:
URL: https://github.com/apache/royale-compiler/issues/210
an expression similar to :
```
override public function set mySetter(value:Boolean):void{
this.something = super.mySetter = value;
}
```
(example is only for illustrative purposes)
does not currently work correctly with the current javascript output for
super setter calls.
for another example see:
https://github.com/apache/royale-asjs/blob/1219425faa090aacf05fe940e88f6c68d93d206d/frameworks/projects/MXRoyale/src/main/royale/mx/controls/CheckBox.as#L255
--
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]