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