[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};
|
||||
|
||||
Reference in New Issue
Block a user