[FIR] Fix cfg for safe call inside elvis

This commit is contained in:
Andrey Zinovyev
2021-07-13 18:31:39 +03:00
committed by teamcityserver
parent c160511244
commit 7e9f27436a
10 changed files with 76 additions and 7 deletions
@@ -61,7 +61,9 @@ digraph elvis_kt {
5 -> {6};
6 -> {7};
7 -> {8};
8 -> {9 11};
8 -> {9};
8 -> {11} [color=red];
8 -> {13} [color=green];
9 -> {10};
10 -> {11};
11 -> {12};
@@ -469,7 +469,9 @@ digraph returns_kt {
151 -> {152};
152 -> {153};
153 -> {154};
154 -> {155 157};
154 -> {155};
154 -> {157} [color=red];
154 -> {159} [color=green];
155 -> {156};
156 -> {157};
157 -> {158};