Test: FIR CFA: index nodes in rendering order
This commit is contained in:
+37
-37
@@ -5,64 +5,64 @@ digraph innerClassInAnonymousObject_kt {
|
||||
|
||||
subgraph cluster_0 {
|
||||
color=red
|
||||
14 [label="Enter property" style="filled" fillcolor=red];
|
||||
15 [label="Enter anonymous object"];
|
||||
0 [label="Enter property" style="filled" fillcolor=red];
|
||||
1 [label="Enter anonymous object"];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
12 [label="Enter class <anonymous object>" style="filled" fillcolor=red];
|
||||
13 [label="Exit class <anonymous object>" style="filled" fillcolor=red];
|
||||
2 [label="Enter class <anonymous object>" style="filled" fillcolor=red];
|
||||
3 [label="Exit class <anonymous object>" style="filled" fillcolor=red];
|
||||
}
|
||||
16 [label="Exit anonymous object"];
|
||||
17 [label="Exit anonymous object expression"];
|
||||
18 [label="Exit property" style="filled" fillcolor=red];
|
||||
4 [label="Exit anonymous object"];
|
||||
5 [label="Exit anonymous object expression"];
|
||||
6 [label="Exit property" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_2 {
|
||||
color=blue
|
||||
10 [label="Enter class Nested" style="filled" fillcolor=red];
|
||||
11 [label="Exit class Nested" style="filled" fillcolor=red];
|
||||
7 [label="Enter class Nested" style="filled" fillcolor=red];
|
||||
8 [label="Exit class Nested" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
6 [label="Enter function foo" style="filled" fillcolor=red];
|
||||
9 [label="Enter function foo" style="filled" fillcolor=red];
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
7 [label="Enter block"];
|
||||
8 [label="Exit block"];
|
||||
10 [label="Enter block"];
|
||||
11 [label="Exit block"];
|
||||
}
|
||||
9 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
12 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
3 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
4 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow];
|
||||
5 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
13 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
14 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow];
|
||||
15 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
0 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
1 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow];
|
||||
2 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
16 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
17 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow];
|
||||
18 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
14 -> {15};
|
||||
15 -> {12};
|
||||
15 -> {16} [color=red];
|
||||
15 -> {12} [style=dashed];
|
||||
16 -> {17};
|
||||
17 -> {18};
|
||||
12 -> {13} [color=green];
|
||||
12 -> {0 10} [color=red];
|
||||
13 -> {0 10 16} [color=green];
|
||||
13 -> {0 10} [style=dashed];
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
10 -> {11} [color=green];
|
||||
10 -> {3 6} [color=red];
|
||||
11 -> {3 6} [color=green];
|
||||
11 -> {3 6} [style=dashed];
|
||||
3 -> {4};
|
||||
1 -> {4} [color=red];
|
||||
1 -> {2} [style=dashed];
|
||||
2 -> {3} [color=green];
|
||||
2 -> {7 16} [color=red];
|
||||
3 -> {4 7 16} [color=green];
|
||||
3 -> {7 16} [style=dashed];
|
||||
4 -> {5};
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
5 -> {6};
|
||||
7 -> {8} [color=green];
|
||||
7 -> {9 13} [color=red];
|
||||
8 -> {9 13} [color=green];
|
||||
8 -> {9 13} [style=dashed];
|
||||
9 -> {10};
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
16 -> {17};
|
||||
17 -> {18};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user