Feedback
Fix Super calls in module-owned classes
- Status
- Fixed
- Fixed in
- v26.9.1
- Area
- -
- Source discussion
- -
- Last updated
- 2026-09-08
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Classes declared within a Module can fail at runtime when a constructor or method calls Super.Constructor(...) or another Super method. These calls should behave the same as inheritance at the top level or inside a Namespace.