FIR: fix FirDefaultPropertyAccessor phase to BODY_RESOLVE

This commit is contained in:
Ilya Kirillov
2021-04-13 12:54:47 +02:00
committed by TeamCityServer
parent 39b2cd1027
commit 0cf00d0f72
27 changed files with 3738 additions and 4107 deletions
@@ -55,8 +55,8 @@ digraph smartCastInInit_kt {
}
14 -> {15} [color=green];
15 -> {16} [style=dotted];
15 -> {22} [color=green];
15 -> {22} [style=dashed];
15 -> {20} [color=green];
15 -> {20} [style=dashed];
subgraph cluster_6 {
color=red
@@ -69,32 +69,25 @@ digraph smartCastInInit_kt {
subgraph cluster_7 {
color=red
20 [label="Enter function getter" style="filled" fillcolor=red];
21 [label="Exit function getter" style="filled" fillcolor=red];
20 [label="Enter init block" style="filled" fillcolor=red];
subgraph cluster_8 {
color=blue
21 [label="Enter block"];
22 [label="Function call: R|/s|()"];
23 [label="Assignment: R|/Main.x|"];
24 [label="Access variable R|/Main.x|"];
25 [label="Function call: this@R|/Main|.R|/Main.x|.R|/S.foo|()"];
26 [label="Exit block"];
}
27 [label="Exit init block" style="filled" fillcolor=red];
}
20 -> {21};
subgraph cluster_8 {
color=red
22 [label="Enter init block" style="filled" fillcolor=red];
subgraph cluster_9 {
color=blue
23 [label="Enter block"];
24 [label="Function call: R|/s|()"];
25 [label="Assignment: R|/Main.x|"];
26 [label="Access variable R|/Main.x|"];
27 [label="Function call: this@R|/Main|.R|/Main.x|.R|/S.foo|()"];
28 [label="Exit block"];
}
29 [label="Exit init block" style="filled" fillcolor=red];
}
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25};
25 -> {26};
26 -> {27};
27 -> {28};
28 -> {29};
29 -> {16} [color=green];
27 -> {16} [color=green];
}