[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:
Dmitriy Novozhilov
2023-08-25 14:01:10 +03:00
committed by Space Team
parent cb0d61309a
commit 0dd36ad456
3 changed files with 3 additions and 3 deletions
@@ -147,7 +147,7 @@ internal class KtFirCompilerFacility(
allowNonCachedDeclarations = true
)
val fir2IrResult = Fir2IrConverter.createModuleFragmentWithSignaturesIfNeeded(
val fir2IrResult = Fir2IrConverter.createIrModuleFragment(
rootModuleSession,
firResolveSession.getScopeSessionFor(rootModuleSession),
firFilesToCompile,