bd6d492b0c
Recently, 'KtFirCompilerFacility' started to compile files from dependent modules separately. Until recently, the code fragment was in the same module as its context, so they naturally went in the same compilation round. Now a separate 'KtCodeFragmentModule' is created, so the code fragment case has to be handled explicitly. This fixes the following groups of tests: - FirIdeNormalAnalysisLibrarySourceModuleCompilerFacilityTestGenerated - K2IdeK2CodeKotlinEvaluateExpressionTestGenerated (in IntelliJ)