[FIR] Implement CREATING_AN_INSTANCE_OF_ABSTRACT_CLASS diagnostics, fix tests

This commit is contained in:
Ivan Kochurkin
2021-04-19 15:54:01 +03:00
committed by TeamCityServer
parent f2f2df90aa
commit d54808e33f
13 changed files with 66 additions and 28 deletions
@@ -38,7 +38,8 @@ object CommonExpressionCheckers : ExpressionCheckers() {
override val functionCallCheckers: Set<FirFunctionCallChecker>
get() = setOf(
FirConventionFunctionCallChecker,
FirDivisionByZeroChecker
FirDivisionByZeroChecker,
FirConstructorCallChecker
)
override val tryExpressionCheckers: Set<FirTryExpressionChecker>