estanglerbm commented on issue #946:
URL: https://github.com/apache/royale-asjs/issues/946#issuecomment-735496805


   Yes, putting XMLList around "result" is a workaround for the compiler error:
   
   `var resp : XMLList = XMLList( (evt.result as XMLList).*::response );`
   or
   `var resp : XMLList = XMLList( XMLList(evt.result).*::response );`
   
   Attached is a simple test case showing the compiler error.
   
[TestCompilerStarError.mxml.txt](https://github.com/apache/royale-asjs/files/5613312/TestCompilerStarError.mxml.txt)
   
   The issue is doing:  Object.*


----------------------------------------------------------------
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]


Reply via email to