mirror of
https://github.com/tc39/test262.git
synced 2025-12-02 19:43:04 +01:00
* Improve test coverage for `super` keyword Add tests for SuperCall and SuperProperty, organized together in the `test/language/expressions/super/` directory. For SuperProperty, include tests for usage from within Object initializers and class bodies because a different set of semantics are observable from each context.