diff --git a/compiler/fir/entrypoint/src/org/jetbrains/kotlin/fir/checkers/CommonDeclarationCheckers.kt b/compiler/fir/entrypoint/src/org/jetbrains/kotlin/fir/checkers/CommonDeclarationCheckers.kt index 273fd7515c5..4952d199683 100644 --- a/compiler/fir/entrypoint/src/org/jetbrains/kotlin/fir/checkers/CommonDeclarationCheckers.kt +++ b/compiler/fir/entrypoint/src/org/jetbrains/kotlin/fir/checkers/CommonDeclarationCheckers.kt @@ -55,7 +55,6 @@ object CommonDeclarationCheckers : DeclarationCheckers() { FirConstPropertyChecker, FirPropertyAccessorChecker, FirPropertyTypeParametersChecker, - FirPropertyAccessorChecker, FirInitializerTypeMismatchChecker, FirDelegatedPropertyChecker, )