Test: FIR CFA: sort edges by style & target node id
This commit is contained in:
+10
-10
@@ -77,7 +77,7 @@ digraph localClassesWithImplicit_kt {
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
13 -> {15 14};
|
||||
13 -> {14 15};
|
||||
14 -> {21};
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
@@ -89,11 +89,11 @@ digraph localClassesWithImplicit_kt {
|
||||
21 -> {22};
|
||||
21 -> {33 36 73 92} [color=red];
|
||||
22 -> {23};
|
||||
22 -> {29 33 36 73 92} [color=green];
|
||||
22 -> {99 102 139 158} [color=red];
|
||||
22 -> {33 36 73 92 29} [color=green];
|
||||
22 -> {33 36 73 92 29} [style=dashed];
|
||||
23 -> {24} [color=red];
|
||||
22 -> {29 33 36 73 92} [style=dashed];
|
||||
23 -> {31} [color=green];
|
||||
23 -> {24} [color=red];
|
||||
23 -> {31} [style=dashed];
|
||||
24 -> {25};
|
||||
24 -> {99 102 139 158} [color=green];
|
||||
@@ -193,7 +193,7 @@ digraph localClassesWithImplicit_kt {
|
||||
}
|
||||
36 -> {37};
|
||||
37 -> {38};
|
||||
38 -> {39 45 40};
|
||||
38 -> {39 40 45};
|
||||
38 -> {45} [style=dashed];
|
||||
39 -> {40};
|
||||
39 -> {38} [color=green style=dashed];
|
||||
@@ -211,7 +211,7 @@ digraph localClassesWithImplicit_kt {
|
||||
51 -> {52};
|
||||
52 -> {53};
|
||||
53 -> {54};
|
||||
54 -> {62 55};
|
||||
54 -> {55 62};
|
||||
55 -> {56};
|
||||
56 -> {57};
|
||||
57 -> {58};
|
||||
@@ -269,7 +269,7 @@ digraph localClassesWithImplicit_kt {
|
||||
}
|
||||
73 -> {74};
|
||||
74 -> {75};
|
||||
75 -> {76 82 77};
|
||||
75 -> {76 77 82};
|
||||
75 -> {82} [style=dashed];
|
||||
76 -> {77};
|
||||
76 -> {75} [color=green style=dashed];
|
||||
@@ -398,7 +398,7 @@ digraph localClassesWithImplicit_kt {
|
||||
}
|
||||
102 -> {103};
|
||||
103 -> {104};
|
||||
104 -> {105 111 106};
|
||||
104 -> {105 106 111};
|
||||
104 -> {111} [style=dashed];
|
||||
105 -> {106};
|
||||
105 -> {104} [color=green style=dashed];
|
||||
@@ -416,7 +416,7 @@ digraph localClassesWithImplicit_kt {
|
||||
117 -> {118};
|
||||
118 -> {119};
|
||||
119 -> {120};
|
||||
120 -> {128 121};
|
||||
120 -> {121 128};
|
||||
121 -> {122};
|
||||
122 -> {123};
|
||||
123 -> {124};
|
||||
@@ -474,7 +474,7 @@ digraph localClassesWithImplicit_kt {
|
||||
}
|
||||
139 -> {140};
|
||||
140 -> {141};
|
||||
141 -> {142 148 143};
|
||||
141 -> {142 143 148};
|
||||
141 -> {148} [style=dashed];
|
||||
142 -> {143};
|
||||
142 -> {141} [color=green style=dashed];
|
||||
|
||||
Reference in New Issue
Block a user