[FIR] Implement CREATING_AN_INSTANCE_OF_ABSTRACT_CLASS diagnostics, fix tests
This commit is contained in:
committed by
TeamCityServer
parent
f2f2df90aa
commit
d54808e33f
+2
-1
@@ -38,7 +38,8 @@ object CommonExpressionCheckers : ExpressionCheckers() {
|
||||
override val functionCallCheckers: Set<FirFunctionCallChecker>
|
||||
get() = setOf(
|
||||
FirConventionFunctionCallChecker,
|
||||
FirDivisionByZeroChecker
|
||||
FirDivisionByZeroChecker,
|
||||
FirConstructorCallChecker
|
||||
)
|
||||
|
||||
override val tryExpressionCheckers: Set<FirTryExpressionChecker>
|
||||
|
||||
Reference in New Issue
Block a user