51f1e31cce
- In dangling file tests, the project structure's main module is a non-dangling file module. Sealed class inheritors are registered for that module. However, later when sealed class inheritors are requested, the FIR class has a dangling file module as its `KtModule`, which isn't known by the inheritors provider. We need to take the sealed inheritors of the context module instead.