FIR: don't call toString() inside string concatenations
This commit is contained in:
+4
@@ -28,6 +28,10 @@ object ExtendedExpressionCheckers : ExpressionCheckers() {
|
||||
override val functionCallCheckers: Set<FirFunctionCallChecker>
|
||||
get() = setOf(
|
||||
EmptyRangeChecker,
|
||||
)
|
||||
|
||||
override val stringConcatenationCallCheckers: Set<FirStringConcatenationCallChecker>
|
||||
get() = setOf(
|
||||
RedundantSingleExpressionStringTemplateChecker,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user