Test: FIR CFA: sort edges by style & target node id
This commit is contained in:
@@ -62,7 +62,7 @@ digraph annotatedLocalClass_kt {
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
9 -> {10};
|
||||
10 -> {12 11};
|
||||
10 -> {11 12};
|
||||
11 -> {18};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
@@ -74,8 +74,8 @@ digraph annotatedLocalClass_kt {
|
||||
18 -> {19};
|
||||
18 -> {25} [color=red];
|
||||
19 -> {20};
|
||||
19 -> {25 23} [color=green];
|
||||
19 -> {25 23} [style=dashed];
|
||||
19 -> {23 25} [color=green];
|
||||
19 -> {23 25} [style=dashed];
|
||||
20 -> {21};
|
||||
21 -> {22};
|
||||
23 -> {24} [color=green];
|
||||
|
||||
Reference in New Issue
Block a user