Test: FIR CFA: sort edges by style & target node id
This commit is contained in:
Vendored
+2
-2
@@ -44,7 +44,7 @@ digraph thisOfExtensionProperty_kt {
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
9 -> {12 10};
|
||||
9 -> {10 12};
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
@@ -82,7 +82,7 @@ digraph thisOfExtensionProperty_kt {
|
||||
19 -> {20};
|
||||
20 -> {21};
|
||||
21 -> {22};
|
||||
22 -> {27 23};
|
||||
22 -> {23 27};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
|
||||
Reference in New Issue
Block a user