Test: FIR CFA: sort edges by style & target node id

This commit is contained in:
pyos
2022-11-29 15:12:05 +01:00
committed by Dmitriy Novozhilov
parent 7ee1b75e43
commit faf0129a5d
89 changed files with 662 additions and 694 deletions
@@ -89,7 +89,7 @@ digraph delayedAssignment_kt {
12 -> {13};
13 -> {14};
14 -> {15};
15 -> {24 16};
15 -> {16 24};
16 -> {17};
17 -> {18};
18 -> {19};
@@ -78,7 +78,7 @@ digraph smartcastAfterReassignment_kt {
17 -> {18};
18 -> {19};
19 -> {20};
20 -> {22 21};
20 -> {21 22};
21 -> {28};
22 -> {23};
23 -> {24};