FIR CFA: put primary constructor before other class members

This commit is contained in:
pyos
2022-12-11 16:35:08 +01:00
committed by Dmitriy Novozhilov
parent c6e9afb788
commit 17ee8f3a7b
31 changed files with 1890 additions and 1871 deletions
@@ -54,28 +54,27 @@ digraph plusAssignWithLambdaInRhs_kt {
17 [label="Enter class A" style="filled" fillcolor=red];
subgraph cluster_5 {
color=blue
18 [label="Enter property" style="filled" fillcolor=red];
19 [label="Access variable R|<local>/executor|"];
20 [label="Exit property" style="filled" fillcolor=red];
18 [label="Enter function <init>" style="filled" fillcolor=red];
19 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow];
20 [label="Exit function <init>" style="filled" fillcolor=red];
}
21 [label="Exit class A" style="filled" fillcolor=red];
}
subgraph cluster_6 {
color=blue
22 [label="Enter function <init>" style="filled" fillcolor=red];
23 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow];
24 [label="Exit function <init>" style="filled" fillcolor=red];
subgraph cluster_6 {
color=blue
21 [label="Enter property" style="filled" fillcolor=red];
22 [label="Access variable R|<local>/executor|"];
23 [label="Exit property" style="filled" fillcolor=red];
}
24 [label="Exit class A" style="filled" fillcolor=red];
}
17 -> {18} [color=green];
17 -> {21} [style=dotted];
17 -> {18} [style=dashed];
17 -> {24} [style=dotted];
17 -> {18 21} [style=dashed];
18 -> {19};
19 -> {20};
20 -> {21} [color=green];
21 -> {22} [color=green];
21 -> {22} [style=dashed];
21 -> {22};
22 -> {23};
23 -> {24};
23 -> {24} [color=green];
subgraph cluster_7 {
color=red