Refactoring of repeatable on retention SOURCE check (correct additional checker usage)

This commit is contained in:
Mikhail Glukhikh
2015-08-03 18:34:08 +03:00
parent 992c019c1e
commit 61fbe0d1e8
10 changed files with 95 additions and 78 deletions
@@ -27,7 +27,8 @@ public object JsPlatformConfigurator : PlatformConfigurator(
additionalDeclarationCheckers = listOf(NativeInvokeChecker(), NativeGetterChecker(), NativeSetterChecker(), ClassDeclarationChecker()),
additionalCallCheckers = listOf(),
additionalTypeCheckers = listOf(),
additionalSymbolUsageValidators = listOf()
additionalSymbolUsageValidators = listOf(),
additionalAnnotationCheckers = listOf()
) {
override fun configure(container: StorageComponentContainer) {
super.configure(container)