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
@@ -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];