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
@@ -37,7 +37,7 @@ digraph classCallInLambda_kt {
0 -> {1};
1 -> {2};
2 -> {3};
3 -> {10 5};
3 -> {5 10};
3 -> {4} [style=dotted];
3 -> {10} [style=dashed];
4 -> {5};