e13d4f2328
- `LLFirCombinedJavaSymbolProvider` combines multiple `JavaSymbolProvider`s. Its advantages are: combined index access, caching, classpath order disambiguation. - Scopes can still be optimized with a combined scope instead of a naive union scope. ^KT-57207 fixed