[FIR] Don't register FirJavaElementFinder for common session
This commit is contained in:
committed by
teamcity
parent
b47cc86c57
commit
44bfb6fde8
+2
-1
@@ -98,7 +98,8 @@ abstract class AbstractFirBaseDiagnosticsTest : BaseDiagnosticsTest() {
|
||||
librariesScope = PsiBasedProjectFileSearchScope(allProjectScope),
|
||||
lookupTracker = null,
|
||||
providerAndScopeForIncrementalCompilation = null,
|
||||
extensionRegistrars = emptyList()
|
||||
extensionRegistrars = emptyList(),
|
||||
needRegisterJavaElementFinder = true
|
||||
) {
|
||||
configureSession()
|
||||
getFirExtensions()?.let {
|
||||
|
||||
Reference in New Issue
Block a user