Test: FIR CFA: sort edges by style & target node id
This commit is contained in:
Vendored
+7
-7
@@ -77,7 +77,7 @@ digraph boundSmartcasts_kt {
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
16 -> {18 17};
|
||||
16 -> {17 18};
|
||||
17 -> {28};
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
@@ -138,7 +138,7 @@ digraph boundSmartcasts_kt {
|
||||
36 -> {37};
|
||||
37 -> {38};
|
||||
38 -> {39};
|
||||
39 -> {41 40};
|
||||
39 -> {40 41};
|
||||
40 -> {51};
|
||||
41 -> {42};
|
||||
42 -> {43};
|
||||
@@ -224,7 +224,7 @@ digraph boundSmartcasts_kt {
|
||||
59 -> {60};
|
||||
60 -> {61};
|
||||
61 -> {62};
|
||||
62 -> {64 63};
|
||||
62 -> {63 64};
|
||||
63 -> {71};
|
||||
64 -> {65};
|
||||
65 -> {66};
|
||||
@@ -240,7 +240,7 @@ digraph boundSmartcasts_kt {
|
||||
75 -> {76};
|
||||
76 -> {77};
|
||||
77 -> {78};
|
||||
78 -> {80 79};
|
||||
78 -> {79 80};
|
||||
79 -> {90};
|
||||
80 -> {81};
|
||||
81 -> {82};
|
||||
@@ -319,7 +319,7 @@ digraph boundSmartcasts_kt {
|
||||
107 -> {108};
|
||||
108 -> {109};
|
||||
109 -> {110};
|
||||
110 -> {112 111};
|
||||
110 -> {111 112};
|
||||
111 -> {122};
|
||||
112 -> {113};
|
||||
113 -> {114};
|
||||
@@ -360,8 +360,8 @@ digraph boundSmartcasts_kt {
|
||||
133 [label="Exit class D" style="filled" fillcolor=red];
|
||||
}
|
||||
131 -> {132} [color=green];
|
||||
132 -> {133} [style=dotted];
|
||||
132 -> {128} [color=green];
|
||||
132 -> {133} [style=dotted];
|
||||
132 -> {128} [style=dashed];
|
||||
|
||||
subgraph cluster_30 {
|
||||
@@ -412,7 +412,7 @@ digraph boundSmartcasts_kt {
|
||||
139 -> {140};
|
||||
140 -> {141};
|
||||
141 -> {142};
|
||||
142 -> {146 143};
|
||||
142 -> {143 146};
|
||||
143 -> {144};
|
||||
144 -> {161};
|
||||
144 -> {145} [style=dotted];
|
||||
|
||||
Reference in New Issue
Block a user