Refactor module usages in HeaderImplDeclarationChecker
Instead of a vague name "moduleToCheck", use explicit names "commonModule" and "platformModule".
This commit is contained in:
@@ -40,7 +40,7 @@ object JsPlatformConfigurator : PlatformConfigurator(
|
||||
JsExternalChecker, JsInheritanceChecker,
|
||||
JsRuntimeAnnotationChecker,
|
||||
JsDynamicDeclarationChecker,
|
||||
HeaderImplDeclarationChecker()
|
||||
HeaderImplDeclarationChecker
|
||||
),
|
||||
additionalCallCheckers = listOf(
|
||||
ReifiedTypeParameterSubstitutionChecker(),
|
||||
|
||||
Reference in New Issue
Block a user