9.6.2 It is an error for the 'this' or 'super' expression to appear in the body of a static method.
1. Is this error mentioned a compile-time error? 2. Why does 'this' in a static method generate an error? (it shouldn't refer to the class?) 3. does 'superclass' in a static method refer to the class' superclass? (since 'super' is forbidden). _______________________________________________ Es4-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es4-discuss
