9bed2e974b
- When calculating sealed inheritors for expect classes, we need to expand the search scope to modules with a depends-on/refinement dependency on the module containing the expect class, as these modules may contain additional sealed inheritors. `getRefinementDependents` allows us to get these refinement dependents to build the proper search scope. ^KT-66013