diff --git a/idea/testData/intentions/branched/ifThenToElvis/inspectionData/expected.xml b/idea/testData/intentions/branched/ifThenToElvis/inspectionData/expected.xml index efbecb7ecd4..c229a862e9f 100644 --- a/idea/testData/intentions/branched/ifThenToElvis/inspectionData/expected.xml +++ b/idea/testData/intentions/branched/ifThenToElvis/inspectionData/expected.xml @@ -119,4 +119,44 @@ If-Then foldable to '?:' Replace 'if' expression with elvis expression + + isCheckWithSelector.kt + 4 + light_idea_test_case + + If-Then foldable to '?:' + Replace 'if' expression with elvis expression + + + isCheckWithSelectorChain.kt + 4 + light_idea_test_case + + If-Then foldable to '?:' + Replace 'if' expression with elvis expression + + + nullCheckWithSelector.kt + 4 + light_idea_test_case + + If-Then foldable to '?:' + Replace 'if' expression with elvis expression + + + nullCheckWithSelectorCall.kt + 5 + light_idea_test_case + + If-Then foldable to '?:' + Replace 'if' expression with elvis expression + + + nullCheckWithSelectorCallChain.kt + 5 + light_idea_test_case + + If-Then foldable to '?:' + Replace 'if' expression with elvis expression +