[FIR2IR] Rename entrypoint function of Fir2IrConverter
Originally it was named createModuleFragmentWithSignaturesIfNeeded, because there was a counterpart `...WithoutSignatures`. Now that function has gone and there is only one entrypoint left
This commit is contained in:
committed by
Space Team
parent
cb0d61309a
commit
0dd36ad456
+1
-1
@@ -147,7 +147,7 @@ internal class KtFirCompilerFacility(
|
||||
allowNonCachedDeclarations = true
|
||||
)
|
||||
|
||||
val fir2IrResult = Fir2IrConverter.createModuleFragmentWithSignaturesIfNeeded(
|
||||
val fir2IrResult = Fir2IrConverter.createIrModuleFragment(
|
||||
rootModuleSession,
|
||||
firResolveSession.getScopeSessionFor(rootModuleSession),
|
||||
firFilesToCompile,
|
||||
|
||||
Reference in New Issue
Block a user