Test: FIR CFA: sort edges by style & target node id
This commit is contained in:
Vendored
+2
-2
@@ -84,7 +84,7 @@ digraph smartcastFromArgument_kt {
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
17 -> {21 18};
|
||||
17 -> {18 21};
|
||||
18 -> {19};
|
||||
19 -> {35};
|
||||
19 -> {20} [style=dotted];
|
||||
@@ -92,7 +92,7 @@ digraph smartcastFromArgument_kt {
|
||||
21 -> {22};
|
||||
22 -> {23};
|
||||
23 -> {24};
|
||||
24 -> {26 25};
|
||||
24 -> {25 26};
|
||||
25 -> {33};
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
|
||||
Reference in New Issue
Block a user