Generalize FirInterfaceWithSuperclassChecker to FirSupertypesChecker

This commit is contained in:
Mikhail Glukhikh
2021-05-06 13:01:24 +03:00
parent 632a9d66d1
commit db828a6aad
3 changed files with 33 additions and 27 deletions
@@ -75,7 +75,7 @@ object CommonDeclarationCheckers : DeclarationCheckers() {
FirDelegationSuperCallInEnumConstructorChecker,
FirDelegationInInterfaceSyntaxChecker,
FirEnumClassSimpleChecker,
FirInterfaceWithSuperclassChecker,
FirSupertypesChecker,
FirLocalEntityNotAllowedChecker,
FirManyCompanionObjectsChecker,
FirMethodOfAnyImplementedInInterfaceChecker,