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
}
}
Deprecation Stages (learn more)
Copyright 2023 Samsung All rights reserved