I'm not convinced that you can always defer static initialization.  I believe 
an instance of a base class is created as the prototype of a class and that 
base class instance runs its constructor very early.  If that constructor needs 
to access the static var, I don't think the initialization file will have run 
before we set up class prototypes.

[ Full content available at: https://github.com/apache/royale-asjs/issues/297 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to