[FIR] Split FirAnonymousObject to expression and declaration

This commit is contained in:
Dmitriy Novozhilov
2021-06-09 14:31:16 +03:00
parent ad89d43186
commit 85b844c748
41 changed files with 769 additions and 546 deletions
@@ -46,7 +46,8 @@ digraph innerClassInAnonymousObject_kt {
color=red
14 [label="Enter property" style="filled" fillcolor=red];
15 [label="Exit anonymous object"];
16 [label="Exit property" style="filled" fillcolor=red];
16 [label="Exit anonymous object expression"];
17 [label="Exit property" style="filled" fillcolor=red];
}
subgraph cluster_6 {
color=blue
@@ -58,6 +59,7 @@ digraph innerClassInAnonymousObject_kt {
15 -> {16};
15 -> {0 12} [color=green];
15 -> {0 12} [style=dashed];
16 -> {17};
12 -> {13} [color=green];
}