Unite checks around supertypes in FirPrimaryConstructorSuperTypeChecker

This commit is contained in:
Mikhail Glukhikh
2021-03-26 15:08:05 +03:00
committed by TeamCityServer
parent 221b6bd184
commit 7d4b8587a3
3 changed files with 6 additions and 30 deletions
@@ -58,7 +58,6 @@ object CommonDeclarationCheckers : DeclarationCheckers() {
FirManyCompanionObjectsChecker,
FirMethodOfAnyImplementedInInterfaceChecker,
FirDataClassPrimaryConstructorChecker,
FirSupertypeInitializedInInterfaceChecker,
FirPrimaryConstructorSuperTypeChecker,
FirTypeParametersInObjectChecker,
FirMemberFunctionsChecker,