[FIR] Don't pass data flow to property accessors of non local classes
This commit is contained in:
+34
-38
@@ -37,46 +37,44 @@ digraph smartcastToNothing_kt {
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
12 [label="Enter function getter" style="filled" fillcolor=red];
|
||||
14 [label="Const: Int(1)"];
|
||||
15 [label="Jump: ^ Int(1)"];
|
||||
16 [label="Stub" style="filled" fillcolor=gray];
|
||||
13 [label="Exit function getter" style="filled" fillcolor=red];
|
||||
17 [label="Enter property" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
12 [label="Enter function getter" style="filled" fillcolor=red];
|
||||
14 [label="Const: Int(1)"];
|
||||
15 [label="Jump: ^ Int(1)"];
|
||||
16 [label="Stub" style="filled" fillcolor=gray];
|
||||
13 [label="Exit function getter" style="filled" fillcolor=red];
|
||||
}
|
||||
18 [label="Exit property" style="filled" fillcolor=red];
|
||||
}
|
||||
17 -> {18};
|
||||
12 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {13};
|
||||
15 -> {16} [style=dotted];
|
||||
16 -> {13} [style=dotted];
|
||||
|
||||
subgraph cluster_3 {
|
||||
color=red
|
||||
17 [label="Enter property" style="filled" fillcolor=red];
|
||||
18 [label="Exit property" style="filled" fillcolor=red];
|
||||
}
|
||||
17 -> {18};
|
||||
|
||||
subgraph cluster_4 {
|
||||
color=red
|
||||
19 [label="Enter function getter" style="filled" fillcolor=red];
|
||||
21 [label="Const: Int(2)"];
|
||||
22 [label="Jump: ^ Int(2)"];
|
||||
23 [label="Stub" style="filled" fillcolor=gray];
|
||||
20 [label="Exit function getter" style="filled" fillcolor=red];
|
||||
24 [label="Enter property" style="filled" fillcolor=red];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
19 [label="Enter function getter" style="filled" fillcolor=red];
|
||||
21 [label="Const: Int(2)"];
|
||||
22 [label="Jump: ^ Int(2)"];
|
||||
23 [label="Stub" style="filled" fillcolor=gray];
|
||||
20 [label="Exit function getter" style="filled" fillcolor=red];
|
||||
}
|
||||
25 [label="Exit property" style="filled" fillcolor=red];
|
||||
}
|
||||
24 -> {25};
|
||||
19 -> {21};
|
||||
21 -> {22};
|
||||
22 -> {20};
|
||||
22 -> {23} [style=dotted];
|
||||
23 -> {20} [style=dotted];
|
||||
|
||||
subgraph cluster_5 {
|
||||
color=red
|
||||
24 [label="Enter property" style="filled" fillcolor=red];
|
||||
25 [label="Exit property" style="filled" fillcolor=red];
|
||||
}
|
||||
24 -> {25};
|
||||
|
||||
subgraph cluster_6 {
|
||||
color=red
|
||||
26 [label="Enter function myListOf" style="filled" fillcolor=red];
|
||||
@@ -103,22 +101,18 @@ digraph smartcastToNothing_kt {
|
||||
34 -> {33};
|
||||
|
||||
subgraph cluster_8 {
|
||||
color=red
|
||||
35 [label="Enter function getter" style="filled" fillcolor=red];
|
||||
36 [label="Exit function getter" style="filled" fillcolor=red];
|
||||
}
|
||||
35 -> {36};
|
||||
|
||||
subgraph cluster_9 {
|
||||
color=red
|
||||
40 [label="Enter function getter" style="filled" fillcolor=red];
|
||||
41 [label="Exit function getter" style="filled" fillcolor=red];
|
||||
}
|
||||
40 -> {41};
|
||||
|
||||
subgraph cluster_10 {
|
||||
color=red
|
||||
45 [label="Enter class A" style="filled" fillcolor=red];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
40 [label="Enter function getter" style="filled" fillcolor=red];
|
||||
41 [label="Exit function getter" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
35 [label="Enter function getter" style="filled" fillcolor=red];
|
||||
36 [label="Exit function getter" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
37 [label="Enter property" style="filled" fillcolor=red];
|
||||
@@ -137,9 +131,11 @@ digraph smartcastToNothing_kt {
|
||||
37 -> {39};
|
||||
38 -> {42} [color=green];
|
||||
39 -> {38};
|
||||
35 -> {36};
|
||||
42 -> {44};
|
||||
43 -> {46} [color=green];
|
||||
44 -> {43};
|
||||
40 -> {41};
|
||||
|
||||
subgraph cluster_13 {
|
||||
color=red
|
||||
|
||||
Reference in New Issue
Block a user