There are currently some sealed traits for which the actual functionality lives in the child implementation.
This makes it not a complete seal as downstream users can still use the method, which might not be desired.
Would be good if we can revisit these. Maybe some do have legit outside usage, it's something to be decided
as part of the revisit.
There are currently some sealed traits for which the actual functionality lives in the child implementation. This makes it not a complete seal as downstream users can still use the method, which might not be desired.
Would be good if we can revisit these. Maybe some do have legit outside usage, it's something to be decided as part of the revisit.