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:
+1
-1
@@ -82,7 +82,7 @@ class IdeaResolverForProject(
|
||||
moduleContent,
|
||||
this,
|
||||
languageVersionSettings,
|
||||
sealedInheritorsProvider = IdeSealedClassInheritorsProvider
|
||||
IdeSealedClassInheritorsProvider,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user