Minor, pass CliSealedClassInheritorsProvider explicitly in some places

Do not use default parameter value for functions with only 1 or 2 call
sites, since it doesn't add much value but provides a dangerous
possibility to forget to pass the real implementation.
This commit is contained in:
Alexander Udalov
2021-02-22 16:12:05 +01:00
parent ca5a35b4b3
commit c744515832
5 changed files with 12 additions and 11 deletions
@@ -82,7 +82,7 @@ class IdeaResolverForProject(
moduleContent,
this,
languageVersionSettings,
sealedInheritorsProvider = IdeSealedClassInheritorsProvider
IdeSealedClassInheritorsProvider,
)
}