Rule: Base class gained a member¶
Canonical rule slug: base-class-member-added. ← back to all rules
A field added to a base class grows it and shifts every derived-class member that follows, invalidating existing offsets.
Canonical demonstration¶
- case43_base_class_member_added — Base Class Member Added (🔴 BREAKING)