Test: FIR CFA: sort edges by style & target node id

This commit is contained in:
pyos
2022-11-29 15:12:05 +01:00
committed by Dmitriy Novozhilov
parent 7ee1b75e43
commit faf0129a5d
89 changed files with 662 additions and 694 deletions
@@ -35,12 +35,12 @@ digraph plusAssignWithLambdaInRhs_kt {
0 -> {1};
1 -> {2};
2 -> {3};
3 -> {11} [label=onUncaughtException];
3 -> {11} [label="onUncaughtException"];
3 -> {4} [style=dotted];
4 -> {5} [style=dotted];
5 -> {6} [style=dotted];
6 -> {7} [style=dotted];
7 -> {8 12 9} [style=dotted];
7 -> {8 9 12} [style=dotted];
7 -> {12} [style=dashed];
8 -> {9} [style=dotted];
9 -> {10} [style=dotted];
@@ -76,8 +76,8 @@ digraph plusAssignWithLambdaInRhs_kt {
25 [label="Exit class A" style="filled" fillcolor=red];
}
23 -> {24} [color=green];
24 -> {25} [style=dotted];
24 -> {20} [color=green];
24 -> {25} [style=dotted];
24 -> {20} [style=dashed];
subgraph cluster_7 {
@@ -133,7 +133,7 @@ digraph plusAssignWithLambdaInRhs_kt {
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {31 37 32};
30 -> {31 32 37};
30 -> {37} [style=dashed];
31 -> {32};
32 -> {33};
@@ -144,7 +144,7 @@ digraph plusAssignWithLambdaInRhs_kt {
37 -> {38};
38 -> {39};
39 -> {40};
40 -> {41 45 42};
40 -> {41 42 45};
40 -> {45} [style=dashed];
41 -> {42};
42 -> {43};