Drop state from FirMethodOfAnyImplementedInInterfaceChecker

This commit is contained in:
Mikhail Glukhikh
2021-04-20 16:28:44 +03:00
parent e0fe122ee9
commit 6ae4c3f281
2 changed files with 24 additions and 28 deletions
@@ -74,7 +74,7 @@ object CommonDeclarationCheckers : DeclarationCheckers() {
FirInterfaceWithSuperclassChecker,
FirLocalEntityNotAllowedChecker,
FirManyCompanionObjectsChecker,
FirMethodOfAnyImplementedInInterfaceChecker(),
FirMethodOfAnyImplementedInInterfaceChecker,
FirDataClassPrimaryConstructorChecker,
FirPrimaryConstructorSuperTypeChecker,
FirTypeParametersInObjectChecker,