Add ability to provide specific AbsentDescriptorHandler

#EA-457188

Merge-request: KT-MR-8900
Merged-by: Vladimir Dolzhenko <Vladimir.Dolzhenko@jetbrains.com>
This commit is contained in:
Vladimir Dolzhenko
2023-02-22 12:44:46 +00:00
committed by Space Team
parent 41278d0797
commit 3e99807436
16 changed files with 416 additions and 36 deletions
@@ -116,7 +116,8 @@ class MultiModuleJavaAnalysisCustomTest : KtUsefulTestCase() {
this,
LanguageVersionSettingsImpl.DEFAULT,
CliSealedClassInheritorsProvider,
null,
resolveOptimizingOptions = null,
absentDescriptorHandlerClass = null
)
}
@@ -119,7 +119,8 @@ public class DefaultModalityModifiersTest extends KotlinTestWithEnvironment {
CommonPlatforms.INSTANCE.getDefaultCommonPlatform(),
CommonPlatformAnalyzerServices.INSTANCE,
CompilerEnvironment.INSTANCE,
LanguageVersionSettingsImpl.DEFAULT
LanguageVersionSettingsImpl.DEFAULT,
null
);
ResolveSession resolveSession = DslKt.getService(container, ResolveSession.class);