From ab05f17d1d7754bf1e4cee181bb417453195fa1e Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Fri, 28 Sep 2018 15:11:12 +0300 Subject: [PATCH] Fix ifThenToSafeAccess inspection test --- .../inspectionData/expected.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/idea/testData/inspectionsLocal/branched/ifThenToSafeAccess/inspectionData/expected.xml b/idea/testData/inspectionsLocal/branched/ifThenToSafeAccess/inspectionData/expected.xml index 023277e3c63..44877cf2eed 100644 --- a/idea/testData/inspectionsLocal/branched/ifThenToSafeAccess/inspectionData/expected.xml +++ b/idea/testData/inspectionsLocal/branched/ifThenToSafeAccess/inspectionData/expected.xml @@ -127,4 +127,22 @@ If-Then foldable to '?.' Foldable if-then + + implicitReceiver2.kt + 6 + light_idea_test_case + <default> + + If-Then foldable to '?.' + Foldable if-then + + + implicitReceiver3.kt + 5 + light_idea_test_case + <default> + + If-Then foldable to '?.' + Foldable if-then +