We've introduced the new concepts-inherit-super-type-features
runtime flag that allows concepts to inherit features
(such as transient
or preferable
) when extending or being a role-of their parent type (also known as super-type).
For more information, see runtime versions and runtime flags.
capsule {
...
runtime-flags {
concepts-inherit-super-type-features
}
}
Learn more about the deprecation stages.
Copyright 2025 Samsung All rights reserved