Test: FIR CFA: sort edges by style & target node id
This commit is contained in:
Vendored
+4
-4
@@ -72,12 +72,12 @@ digraph whenSubjectExpression_kt {
|
||||
4 -> {5};
|
||||
5 -> {6};
|
||||
6 -> {7};
|
||||
7 -> {27 8};
|
||||
7 -> {8 27};
|
||||
8 -> {9};
|
||||
9 -> {10};
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
12 -> {22 13};
|
||||
12 -> {13 22};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
@@ -171,12 +171,12 @@ digraph whenSubjectExpression_kt {
|
||||
40 -> {41};
|
||||
41 -> {42};
|
||||
42 -> {43};
|
||||
43 -> {63 44};
|
||||
43 -> {44 63};
|
||||
44 -> {45};
|
||||
45 -> {46};
|
||||
46 -> {47};
|
||||
47 -> {48};
|
||||
48 -> {58 49};
|
||||
48 -> {49 58};
|
||||
49 -> {50};
|
||||
50 -> {51};
|
||||
51 -> {52};
|
||||
|
||||
Reference in New Issue
Block a user