[FIR] Implement DIVISION_BY_ZERO diagnostics, fix tests
This commit is contained in:
committed by
TeamCityServer
parent
964bba3530
commit
847ab40707
+1
@@ -32,6 +32,7 @@ object CommonExpressionCheckers : ExpressionCheckers() {
|
||||
|
||||
override val functionCallCheckers: Set<FirFunctionCallChecker> = setOf(
|
||||
FirConventionFunctionCallChecker,
|
||||
FirDivisionByZeroChecker
|
||||
)
|
||||
|
||||
override val tryExpressionCheckers: Set<FirTryExpressionChecker> = setOf(
|
||||
|
||||
Reference in New Issue
Block a user