[FIR] Don't pass data flow to property accessors of non local classes
This commit is contained in:
Vendored
+6
-7
@@ -296,15 +296,13 @@ digraph boundSmartcasts_kt {
|
||||
109 -> {108};
|
||||
|
||||
subgraph cluster_24 {
|
||||
color=red
|
||||
110 [label="Enter function getter" style="filled" fillcolor=red];
|
||||
111 [label="Exit function getter" style="filled" fillcolor=red];
|
||||
}
|
||||
110 -> {111};
|
||||
|
||||
subgraph cluster_25 {
|
||||
color=red
|
||||
115 [label="Enter class D" style="filled" fillcolor=red];
|
||||
subgraph cluster_25 {
|
||||
color=blue
|
||||
110 [label="Enter function getter" style="filled" fillcolor=red];
|
||||
111 [label="Exit function getter" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_26 {
|
||||
color=blue
|
||||
112 [label="Enter property" style="filled" fillcolor=red];
|
||||
@@ -317,6 +315,7 @@ digraph boundSmartcasts_kt {
|
||||
112 -> {114};
|
||||
113 -> {116} [color=green];
|
||||
114 -> {113};
|
||||
110 -> {111};
|
||||
|
||||
subgraph cluster_27 {
|
||||
color=red
|
||||
|
||||
Reference in New Issue
Block a user