c7ccfcc785
- Since binary libraries don't carry decompiled files anymore, the static declaration provider doesn't index binary libraries in the Standalone mode, where we don't use stub-based deserialization. This led `LLSealedInheritorsProviderFactoryForTests` to fail in Standalone mode for sealed classes from binary libraries, as this provider is now populated from the declaration provider's index (see the previous commit). Luckily, class-based deserialization sets `sealedInheritorsAttr`, so we can simply use this attribute. ^KT-65960