diff --git a/idea/src/org/jetbrains/kotlin/idea/intentions/branchedTransformations/intentions/IfThenToSafeAccessIntention.kt b/idea/src/org/jetbrains/kotlin/idea/intentions/branchedTransformations/intentions/IfThenToSafeAccessIntention.kt index 130268fca63..556481bb22b 100644 --- a/idea/src/org/jetbrains/kotlin/idea/intentions/branchedTransformations/intentions/IfThenToSafeAccessIntention.kt +++ b/idea/src/org/jetbrains/kotlin/idea/intentions/branchedTransformations/intentions/IfThenToSafeAccessIntention.kt @@ -40,6 +40,9 @@ class IfThenToSafeAccessIntention : SelfTargetingOffsetIndependentIntentionlight_idea_test_case If-Then foldable to '?.' - Replace 'if' expression with safe access expression + Replace 'if' expression with safe cast expression