[FIR] Move createSessionWithDependencies to FirSessionFactory
This commit is contained in:
committed by
TeamCityServer
parent
2ee54c2201
commit
99cdb86145
+1
-1
@@ -80,7 +80,7 @@ abstract class AbstractFirBaseDiagnosticsTest : BaseDiagnosticsTest() {
|
||||
val scope = TopDownAnalyzerFacadeForJVM.newModuleSearchScope(
|
||||
project,
|
||||
moduleFiles.mapNotNull { it.ktFile })
|
||||
createSessionWithDependencies(
|
||||
FirSessionFactory.createSessionWithDependencies(
|
||||
Name.identifier(info.name.asString().removeSurrounding("<", ">")),
|
||||
info.platform,
|
||||
info.analyzerServices,
|
||||
|
||||
Reference in New Issue
Block a user