[FIR] Split FirAnonymousObject to expression and declaration
This commit is contained in:
+3
-1
@@ -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];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user