[FIR] Split KotlinDeserializedJvmSymbolsProvider to common and JVM specific parts
This commit is contained in:
committed by
TeamCityServer
parent
e5b7cf23d6
commit
4ad7a4a2d1
@@ -171,7 +171,7 @@ object FirSessionFactory {
|
||||
}
|
||||
|
||||
return KotlinDeserializedJvmSymbolsProvider(
|
||||
this, project, packagePartProvider, javaSymbolProvider, kotlinClassFinder, javaClassFinder, kotlinScopeProvider
|
||||
this, packagePartProvider, kotlinClassFinder, kotlinScopeProvider, javaSymbolProvider, javaClassFinder
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user