Test: FIR CFA: sort edges by style & target node id
This commit is contained in:
+7
-7
@@ -40,11 +40,11 @@ digraph smartcastInByClause_kt {
|
||||
12 [label="Exit class A" style="filled" fillcolor=red];
|
||||
}
|
||||
9 -> {10} [color=green];
|
||||
10 -> {11} [style=dotted];
|
||||
10 -> {3} [color=green];
|
||||
10 -> {11} [style=dotted];
|
||||
10 -> {3} [style=dashed];
|
||||
11 -> {12} [style=dotted];
|
||||
11 -> {6} [color=green];
|
||||
11 -> {12} [style=dotted];
|
||||
11 -> {6} [style=dashed];
|
||||
|
||||
subgraph cluster_4 {
|
||||
@@ -80,8 +80,8 @@ digraph smartcastInByClause_kt {
|
||||
23 [label="Exit class Derived" style="filled" fillcolor=red];
|
||||
}
|
||||
21 -> {22} [color=green];
|
||||
22 -> {23} [style=dotted];
|
||||
22 -> {18} [color=green];
|
||||
22 -> {23} [style=dotted];
|
||||
22 -> {18} [style=dashed];
|
||||
|
||||
subgraph cluster_8 {
|
||||
@@ -143,7 +143,7 @@ digraph smartcastInByClause_kt {
|
||||
27 -> {28};
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
30 -> {35 31};
|
||||
30 -> {31 35};
|
||||
31 -> {32};
|
||||
32 -> {33};
|
||||
33 -> {48};
|
||||
@@ -157,8 +157,8 @@ digraph smartcastInByClause_kt {
|
||||
40 -> {41};
|
||||
41 -> {42};
|
||||
41 -> {53 56 62 67} [color=red];
|
||||
42 -> {43} [color=red];
|
||||
42 -> {49} [color=green];
|
||||
42 -> {43} [color=red];
|
||||
42 -> {49} [style=dashed];
|
||||
43 -> {44};
|
||||
43 -> {53 67} [color=green];
|
||||
@@ -169,11 +169,11 @@ digraph smartcastInByClause_kt {
|
||||
46 -> {47} [style=dotted];
|
||||
47 -> {48} [style=dotted];
|
||||
49 -> {50} [color=green];
|
||||
50 -> {51} [style=dotted];
|
||||
50 -> {56} [color=green];
|
||||
50 -> {51} [style=dotted];
|
||||
50 -> {56} [style=dashed];
|
||||
51 -> {52} [style=dotted];
|
||||
51 -> {62} [color=green];
|
||||
51 -> {52} [style=dotted];
|
||||
51 -> {62} [style=dashed];
|
||||
52 -> {43} [color=green];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user