Test: FIR CFA: sort edges by style & target node id
This commit is contained in:
+1
-1
@@ -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};
|
||||
|
||||
Vendored
+1
-1
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user