[FIR] Fix cfg for safe call inside elvis
This commit is contained in:
committed by
teamcityserver
parent
c160511244
commit
7e9f27436a
+3
-1
@@ -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};
|
||||
|
||||
+3
-1
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user