[FIR] Add kind for back edges in CFG
This commit is contained in:
@@ -34,8 +34,8 @@ digraph postponedLambdas_kt {
|
||||
7 -> {8};
|
||||
8 -> {3};
|
||||
9 -> {10 11};
|
||||
10 -> {9};
|
||||
10 -> {6} [color=green];
|
||||
10 -> {9} [color=green style=dashed];
|
||||
11 -> {10};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user