[FIR] Don't register FirJavaElementFinder for common session

This commit is contained in:
Dmitriy Novozhilov
2022-02-15 17:21:50 +03:00
committed by teamcity
parent b47cc86c57
commit 44bfb6fde8
5 changed files with 17 additions and 5 deletions
@@ -98,7 +98,8 @@ abstract class AbstractFirBaseDiagnosticsTest : BaseDiagnosticsTest() {
librariesScope = PsiBasedProjectFileSearchScope(allProjectScope),
lookupTracker = null,
providerAndScopeForIncrementalCompilation = null,
extensionRegistrars = emptyList()
extensionRegistrars = emptyList(),
needRegisterJavaElementFinder = true
) {
configureSession()
getFirExtensions()?.let {