FIR: thread control flow through anonymous object init blocks
^KT-39646 Fixed
This commit is contained in:
+16
-11
@@ -45,21 +45,26 @@ digraph innerClassInAnonymousObject_kt {
|
||||
subgraph cluster_5 {
|
||||
color=red
|
||||
14 [label="Enter property" style="filled" fillcolor=red];
|
||||
15 [label="Exit anonymous object"];
|
||||
16 [label="Exit anonymous object expression"];
|
||||
17 [label="Exit property" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
12 [label="Enter class <anonymous object>" style="filled" fillcolor=red];
|
||||
13 [label="Exit class <anonymous object>" style="filled" fillcolor=red];
|
||||
15 [label="Enter anonymous object"];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
12 [label="Enter class <anonymous object>" style="filled" fillcolor=red];
|
||||
13 [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];
|
||||
}
|
||||
14 -> {15};
|
||||
14 -> {0 3 6} [color=red];
|
||||
15 -> {16};
|
||||
15 -> {0 12} [color=green];
|
||||
15 -> {0 12} [style=dashed];
|
||||
15 -> {16} [color=red];
|
||||
15 -> {12} [color=green];
|
||||
15 -> {12} [style=dashed];
|
||||
16 -> {17};
|
||||
16 -> {0} [color=green];
|
||||
16 -> {0} [style=dashed];
|
||||
17 -> {18};
|
||||
12 -> {13} [color=green];
|
||||
13 -> {16} [color=green];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user