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
@@ -37,8 +37,8 @@ digraph inAnonymousObject_kt {
2 -> {3};
3 -> {4};
3 -> {37 40 43 49} [color=red];
4 -> {5} [color=red];
4 -> {13} [color=green];
4 -> {5} [color=red];
4 -> {13} [style=dashed];
5 -> {6};
5 -> {37 49} [color=green];
@@ -50,11 +50,11 @@ digraph inAnonymousObject_kt {
10 -> {11};
11 -> {12};
13 -> {14} [color=green];
14 -> {15} [style=dotted];
14 -> {40} [color=green];
14 -> {15} [style=dotted];
14 -> {40} [style=dashed];
15 -> {16} [style=dotted];
15 -> {43} [color=green];
15 -> {16} [style=dotted];
15 -> {43} [style=dashed];
16 -> {5} [color=green];
@@ -35,18 +35,18 @@ digraph inLocalClass_kt {
3 -> {4};
3 -> {38 41 47 53} [color=red];
4 -> {5};
4 -> {41 53 10} [color=green];
4 -> {41 53 10} [style=dashed];
4 -> {10 41 53} [color=green];
4 -> {10 41 53} [style=dashed];
5 -> {6};
6 -> {7};
7 -> {8};
8 -> {9};
10 -> {11} [color=green];
11 -> {12} [style=dotted];
11 -> {38} [color=green];
11 -> {12} [style=dotted];
11 -> {38} [style=dashed];
12 -> {13} [style=dotted];
12 -> {47} [color=green];
12 -> {13} [style=dotted];
12 -> {47} [style=dashed];
subgraph cluster_4 {
@@ -38,7 +38,7 @@ digraph inLocalFunction_kt {
1 -> {2};
2 -> {3};
3 -> {4};
4 -> {9 5};
4 -> {5 9};
4 -> {9} [style=dashed];
5 -> {6};
6 -> {7};
@@ -78,7 +78,7 @@ digraph toLocalVariables_kt {
8 -> {9};
9 -> {10};
10 -> {11};
11 -> {21 12};
11 -> {12 21};
12 -> {13};
13 -> {14};
14 -> {15};