I create ClassA that extended Object. Inside, I declared some static 
variables. No problem. Then I create ClassB that extends ClassA, and I 
give it some static variables. I get the following error:

1119: Access of possibly undefined property staticEventDispatcher 
through a reference with static type Class.


Why does this happen? Shouldn't a grandchild of Object have the same 
properties as a child of Object?

Reply via email to