Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/smartcasts/nullability.dot
T
2020-06-19 15:53:04 +03:00

1526 lines
53 KiB
Plaintext
Vendored

digraph nullability_kt {
graph [nodesep=3]
node [shape=box penwidth=2]
edge [penwidth=2]
subgraph cluster_0 {
color=red
0 [label="Enter function foo" style="filled" fillcolor=red];
1 [label="Exit function foo" style="filled" fillcolor=red];
}
0 -> {1};
subgraph cluster_1 {
color=red
2 [label="Enter function getA" style="filled" fillcolor=red];
3 [label="Exit function getA" style="filled" fillcolor=red];
}
2 -> {3};
subgraph cluster_2 {
color=red
4 [label="Enter class A" style="filled" fillcolor=red];
5 [label="Exit class A" style="filled" fillcolor=red];
}
4 -> {5} [color=green];
subgraph cluster_3 {
color=red
6 [label="Enter function getter" style="filled" fillcolor=red];
7 [label="Exit function getter" style="filled" fillcolor=red];
}
6 -> {7};
subgraph cluster_4 {
color=red
8 [label="Enter function fs" style="filled" fillcolor=red];
9 [label="Exit function fs" style="filled" fillcolor=red];
}
8 -> {9};
subgraph cluster_5 {
color=red
10 [label="Enter class MyData" style="filled" fillcolor=red];
11 [label="Exit class MyData" style="filled" fillcolor=red];
}
10 -> {11} [color=green];
subgraph cluster_6 {
color=red
12 [label="Enter function getter" style="filled" fillcolor=red];
13 [label="Exit function getter" style="filled" fillcolor=red];
}
12 -> {13};
subgraph cluster_7 {
color=red
14 [label="Enter function fdata" style="filled" fillcolor=red];
15 [label="Exit function fdata" style="filled" fillcolor=red];
}
14 -> {15};
subgraph cluster_8 {
color=red
16 [label="Enter class Q" style="filled" fillcolor=red];
17 [label="Exit class Q" style="filled" fillcolor=red];
}
16 -> {17} [color=green];
subgraph cluster_9 {
color=red
18 [label="Enter function <init>" style="filled" fillcolor=red];
19 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
20 [label="Exit function <init>" style="filled" fillcolor=red];
}
18 -> {19};
19 -> {20};
subgraph cluster_10 {
color=red
21 [label="Enter function getter" style="filled" fillcolor=red];
22 [label="Exit function getter" style="filled" fillcolor=red];
}
21 -> {22};
subgraph cluster_11 {
color=red
26 [label="Enter function fdata" style="filled" fillcolor=red];
subgraph cluster_12 {
color=blue
27 [label="Enter block"];
28 [label="Const: Null(null)"];
29 [label="Jump: ^fdata Null(null)"];
30 [label="Stub" style="filled" fillcolor=gray];
31 [label="Exit block" style="filled" fillcolor=gray];
}
32 [label="Exit function fdata" style="filled" fillcolor=red];
}
26 -> {27};
27 -> {28};
28 -> {29};
29 -> {32};
29 -> {30} [style=dotted];
30 -> {31} [style=dotted];
31 -> {32} [style=dotted];
subgraph cluster_13 {
color=red
33 [label="Enter class QImpl" style="filled" fillcolor=red];
subgraph cluster_14 {
color=blue
23 [label="Enter property" style="filled" fillcolor=red];
24 [label="Access variable R|<local>/data|"];
25 [label="Exit property" style="filled" fillcolor=red];
}
34 [label="Exit class QImpl" style="filled" fillcolor=red];
}
33 -> {23} [color=green];
23 -> {24};
24 -> {25};
25 -> {34} [color=green];
subgraph cluster_15 {
color=red
35 [label="Enter function <init>" style="filled" fillcolor=red];
36 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
37 [label="Exit function <init>" style="filled" fillcolor=red];
}
35 -> {36};
36 -> {37};
subgraph cluster_16 {
color=red
38 [label="Enter function getter" style="filled" fillcolor=red];
39 [label="Exit function getter" style="filled" fillcolor=red];
}
38 -> {39};
subgraph cluster_17 {
color=red
40 [label="Enter function setter" style="filled" fillcolor=red];
41 [label="Exit function setter" style="filled" fillcolor=red];
}
40 -> {41};
subgraph cluster_18 {
color=red
45 [label="Enter function fdata" style="filled" fillcolor=red];
subgraph cluster_19 {
color=blue
46 [label="Enter block"];
47 [label="Const: Null(null)"];
48 [label="Jump: ^fdata Null(null)"];
49 [label="Stub" style="filled" fillcolor=gray];
50 [label="Exit block" style="filled" fillcolor=gray];
}
51 [label="Exit function fdata" style="filled" fillcolor=red];
}
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {51};
48 -> {49} [style=dotted];
49 -> {50} [style=dotted];
50 -> {51} [style=dotted];
subgraph cluster_20 {
color=red
52 [label="Enter class QImplMutable" style="filled" fillcolor=red];
subgraph cluster_21 {
color=blue
42 [label="Enter property" style="filled" fillcolor=red];
43 [label="Access variable R|<local>/data|"];
44 [label="Exit property" style="filled" fillcolor=red];
}
53 [label="Exit class QImplMutable" style="filled" fillcolor=red];
}
52 -> {42} [color=green];
42 -> {43};
43 -> {44};
44 -> {53} [color=green];
subgraph cluster_22 {
color=red
54 [label="Enter function <init>" style="filled" fillcolor=red];
55 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
56 [label="Exit function <init>" style="filled" fillcolor=red];
}
54 -> {55};
55 -> {56};
subgraph cluster_23 {
color=red
57 [label="Enter function getter" style="filled" fillcolor=red];
subgraph cluster_24 {
color=blue
58 [label="Enter block"];
59 [label="Const: Null(null)"];
60 [label="Jump: ^ Null(null)"];
61 [label="Stub" style="filled" fillcolor=gray];
62 [label="Exit block" style="filled" fillcolor=gray];
}
63 [label="Exit function getter" style="filled" fillcolor=red];
}
57 -> {58};
58 -> {59};
59 -> {60};
60 -> {63};
60 -> {61} [style=dotted];
61 -> {62} [style=dotted];
62 -> {63} [style=dotted];
subgraph cluster_25 {
color=red
64 [label="Enter function fdata" style="filled" fillcolor=red];
subgraph cluster_26 {
color=blue
65 [label="Enter block"];
66 [label="Const: Null(null)"];
67 [label="Jump: ^fdata Null(null)"];
68 [label="Stub" style="filled" fillcolor=gray];
69 [label="Exit block" style="filled" fillcolor=gray];
}
70 [label="Exit function fdata" style="filled" fillcolor=red];
}
64 -> {65};
65 -> {66};
66 -> {67};
67 -> {70};
67 -> {68} [style=dotted];
68 -> {69} [style=dotted];
69 -> {70} [style=dotted];
subgraph cluster_27 {
color=red
71 [label="Enter class QImplWithCustomGetter" style="filled" fillcolor=red];
72 [label="Exit class QImplWithCustomGetter" style="filled" fillcolor=red];
}
71 -> {72} [color=green];
subgraph cluster_28 {
color=red
73 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_29 {
color=blue
74 [label="Enter block"];
subgraph cluster_30 {
color=blue
75 [label="Enter when"];
subgraph cluster_31 {
color=blue
76 [label="Enter when branch condition "];
77 [label="Access variable R|<local>/x|"];
78 [label="Const: Null(null)"];
79 [label="Operator !="];
80 [label="Exit when branch condition"];
}
subgraph cluster_32 {
color=blue
81 [label="Enter when branch condition else"];
82 [label="Exit when branch condition"];
}
83 [label="Enter when branch result"];
subgraph cluster_33 {
color=blue
84 [label="Enter block"];
85 [label="Access variable R|<local>/x|"];
86 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
87 [label="Exit block"];
}
88 [label="Exit when branch result"];
89 [label="Enter when branch result"];
subgraph cluster_34 {
color=blue
90 [label="Enter block"];
91 [label="Access variable R|<local>/x|"];
92 [label="Function call: R|<local>/x|.R|/A.foo|()"];
93 [label="Exit block"];
}
94 [label="Exit when branch result"];
95 [label="Exit when"];
}
96 [label="Access variable R|<local>/x|"];
97 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
98 [label="Exit block"];
}
99 [label="Exit function test_1" style="filled" fillcolor=red];
}
73 -> {74};
74 -> {75};
75 -> {76};
76 -> {77};
77 -> {78};
78 -> {79};
79 -> {80};
80 -> {89 81};
81 -> {82};
82 -> {83};
83 -> {84};
84 -> {85};
85 -> {86};
86 -> {87};
87 -> {88};
88 -> {95};
89 -> {90};
90 -> {91};
91 -> {92};
92 -> {93};
93 -> {94};
94 -> {95};
95 -> {96};
96 -> {97};
97 -> {98};
98 -> {99};
subgraph cluster_35 {
color=red
100 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_36 {
color=blue
101 [label="Enter block"];
subgraph cluster_37 {
color=blue
102 [label="Enter when"];
subgraph cluster_38 {
color=blue
103 [label="Enter when branch condition "];
104 [label="Access variable R|<local>/x|"];
105 [label="Const: Null(null)"];
106 [label="Operator =="];
107 [label="Exit when branch condition"];
}
subgraph cluster_39 {
color=blue
108 [label="Enter when branch condition else"];
109 [label="Exit when branch condition"];
}
110 [label="Enter when branch result"];
subgraph cluster_40 {
color=blue
111 [label="Enter block"];
112 [label="Access variable R|<local>/x|"];
113 [label="Function call: R|<local>/x|.R|/A.foo|()"];
114 [label="Exit block"];
}
115 [label="Exit when branch result"];
116 [label="Enter when branch result"];
subgraph cluster_41 {
color=blue
117 [label="Enter block"];
118 [label="Access variable R|<local>/x|"];
119 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
120 [label="Exit block"];
}
121 [label="Exit when branch result"];
122 [label="Exit when"];
}
123 [label="Access variable R|<local>/x|"];
124 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
125 [label="Exit block"];
}
126 [label="Exit function test_2" style="filled" fillcolor=red];
}
100 -> {101};
101 -> {102};
102 -> {103};
103 -> {104};
104 -> {105};
105 -> {106};
106 -> {107};
107 -> {116 108};
108 -> {109};
109 -> {110};
110 -> {111};
111 -> {112};
112 -> {113};
113 -> {114};
114 -> {115};
115 -> {122};
116 -> {117};
117 -> {118};
118 -> {119};
119 -> {120};
120 -> {121};
121 -> {122};
122 -> {123};
123 -> {124};
124 -> {125};
125 -> {126};
subgraph cluster_42 {
color=red
127 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_43 {
color=blue
128 [label="Enter block"];
subgraph cluster_44 {
color=blue
129 [label="Enter when"];
130 [label="Access variable R|<local>/x|"];
131 [label="Variable declaration: lval <elvis>: R|A?|"];
subgraph cluster_45 {
color=blue
132 [label="Enter when branch condition "];
133 [label="Const: Null(null)"];
134 [label="Operator =="];
135 [label="Exit when branch condition"];
}
subgraph cluster_46 {
color=blue
136 [label="Enter when branch condition else"];
137 [label="Exit when branch condition"];
}
138 [label="Enter when branch result"];
subgraph cluster_47 {
color=blue
139 [label="Enter block"];
140 [label="Access variable R|<local>/<elvis>|"];
141 [label="Exit block"];
}
142 [label="Exit when branch result"];
143 [label="Enter when branch result"];
subgraph cluster_48 {
color=blue
144 [label="Enter block"];
145 [label="Jump: ^test_3 Unit"];
146 [label="Stub" style="filled" fillcolor=gray];
147 [label="Exit block" style="filled" fillcolor=gray];
}
148 [label="Exit when branch result" style="filled" fillcolor=gray];
149 [label="Exit when"];
}
150 [label="Access variable R|<local>/x|"];
151 [label="Function call: R|<local>/x|.R|/A.foo|()"];
152 [label="Exit block"];
}
153 [label="Exit function test_3" style="filled" fillcolor=red];
}
127 -> {128};
128 -> {129};
129 -> {130};
130 -> {131};
131 -> {132};
132 -> {133};
133 -> {134};
134 -> {135};
135 -> {143 136};
136 -> {137};
137 -> {138};
138 -> {139};
139 -> {140};
140 -> {141};
141 -> {142};
142 -> {149};
143 -> {144};
144 -> {145};
145 -> {153};
145 -> {146} [style=dotted];
146 -> {147} [style=dotted];
147 -> {148} [style=dotted];
148 -> {149} [style=dotted];
149 -> {150};
150 -> {151};
151 -> {152};
152 -> {153};
subgraph cluster_49 {
color=red
154 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_50 {
color=blue
155 [label="Enter block"];
subgraph cluster_51 {
color=blue
156 [label="Enter when"];
subgraph cluster_52 {
color=blue
157 [label="Enter when branch condition "];
158 [label="Access variable R|<local>/x|"];
159 [label="Enter safe call"];
160 [label="Function call: $subj$.R|/A.getA|()"];
161 [label="Exit safe call"];
162 [label="Const: Null(null)"];
163 [label="Operator =="];
164 [label="Exit when branch condition"];
}
165 [label="Synthetic else branch"];
166 [label="Enter when branch result"];
subgraph cluster_53 {
color=blue
167 [label="Enter block"];
168 [label="Jump: ^test_4 Unit"];
169 [label="Stub" style="filled" fillcolor=gray];
170 [label="Exit block" style="filled" fillcolor=gray];
}
171 [label="Exit when branch result" style="filled" fillcolor=gray];
172 [label="Exit when"];
}
173 [label="Access variable R|<local>/x|"];
174 [label="Function call: R|<local>/x|.R|/A.foo|()"];
175 [label="Exit block"];
}
176 [label="Exit function test_4" style="filled" fillcolor=red];
}
154 -> {155};
155 -> {156};
156 -> {157};
157 -> {158};
158 -> {159 161};
159 -> {160};
160 -> {161};
161 -> {162};
162 -> {163};
163 -> {164};
164 -> {166 165};
165 -> {172};
166 -> {167};
167 -> {168};
168 -> {176};
168 -> {169} [style=dotted];
169 -> {170} [style=dotted];
170 -> {171} [style=dotted];
171 -> {172} [style=dotted];
172 -> {173};
173 -> {174};
174 -> {175};
175 -> {176};
subgraph cluster_54 {
color=red
177 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_55 {
color=blue
178 [label="Enter block"];
subgraph cluster_56 {
color=blue
179 [label="Enter when"];
subgraph cluster_57 {
color=blue
180 [label="Enter when branch condition "];
181 [label="Access variable R|<local>/q|"];
182 [label="Enter safe call"];
183 [label="Access variable R|/Q.data|"];
184 [label="Exit safe call"];
185 [label="Enter safe call"];
186 [label="Access variable R|/MyData.s|"];
187 [label="Exit safe call"];
188 [label="Enter safe call"];
189 [label="Function call: $subj$.R|kotlin/Int.inc|()"];
190 [label="Exit safe call"];
191 [label="Const: Null(null)"];
192 [label="Operator !="];
193 [label="Exit when branch condition"];
}
194 [label="Synthetic else branch"];
195 [label="Enter when branch result"];
subgraph cluster_58 {
color=blue
196 [label="Enter block"];
197 [label="Access variable R|<local>/q|"];
198 [label="Access variable R|/Q.data|"];
199 [label="Access variable R|<local>/q|"];
200 [label="Access variable R|/Q.data|"];
201 [label="Access variable <Inapplicable(WRONG_RECEIVER): [/MyData.s]>#"];
202 [label="Access variable R|<local>/q|"];
203 [label="Access variable R|/Q.data|"];
204 [label="Access variable <Inapplicable(WRONG_RECEIVER): [/MyData.s]>#"];
205 [label="Function call: R|<local>/q|.R|/Q.data|.<Inapplicable(WRONG_RECEIVER): [/MyData.s]>#.<Unresolved name: inc>#()"];
206 [label="Exit block"];
}
207 [label="Exit when branch result"];
208 [label="Exit when"];
}
209 [label="Exit block"];
}
210 [label="Exit function test_5" style="filled" fillcolor=red];
}
177 -> {178};
178 -> {179};
179 -> {180};
180 -> {181};
181 -> {182 184};
182 -> {183};
183 -> {184};
184 -> {185 187};
185 -> {186};
186 -> {187};
187 -> {188 190};
188 -> {189};
189 -> {190};
190 -> {191};
191 -> {192};
192 -> {193};
193 -> {195 194};
194 -> {208};
195 -> {196};
196 -> {197};
197 -> {198};
198 -> {199};
199 -> {200};
200 -> {201};
201 -> {202};
202 -> {203};
203 -> {204};
204 -> {205};
205 -> {206};
206 -> {207};
207 -> {208};
208 -> {209};
209 -> {210};
subgraph cluster_59 {
color=red
211 [label="Enter function test_6" style="filled" fillcolor=red];
subgraph cluster_60 {
color=blue
212 [label="Enter block"];
subgraph cluster_61 {
color=blue
213 [label="Enter when"];
214 [label="Access variable R|<local>/q|"];
215 [label="Enter safe call"];
216 [label="Access variable R|/Q.data|"];
217 [label="Exit safe call"];
218 [label="Enter safe call"];
219 [label="Access variable R|/MyData.s|"];
220 [label="Exit safe call"];
221 [label="Enter safe call"];
222 [label="Function call: $subj$.R|kotlin/Int.inc|()"];
223 [label="Exit safe call"];
224 [label="Variable declaration: lval <elvis>: R|kotlin/Int?|"];
subgraph cluster_62 {
color=blue
225 [label="Enter when branch condition "];
226 [label="Const: Null(null)"];
227 [label="Operator =="];
228 [label="Exit when branch condition"];
}
subgraph cluster_63 {
color=blue
229 [label="Enter when branch condition else"];
230 [label="Exit when branch condition"];
}
231 [label="Enter when branch result"];
subgraph cluster_64 {
color=blue
232 [label="Enter block"];
233 [label="Access variable R|<local>/<elvis>|"];
234 [label="Exit block"];
}
235 [label="Exit when branch result"];
236 [label="Enter when branch result"];
subgraph cluster_65 {
color=blue
237 [label="Enter block"];
238 [label="Jump: ^test_6 Unit"];
239 [label="Stub" style="filled" fillcolor=gray];
240 [label="Exit block" style="filled" fillcolor=gray];
}
241 [label="Exit when branch result" style="filled" fillcolor=gray];
242 [label="Exit when"];
}
243 [label="Access variable R|<local>/q|"];
244 [label="Access variable R|/Q.data|"];
245 [label="Access variable R|<local>/q|"];
246 [label="Access variable R|/Q.data|"];
247 [label="Access variable <Inapplicable(WRONG_RECEIVER): [/MyData.s]>#"];
248 [label="Access variable R|<local>/q|"];
249 [label="Access variable R|/Q.data|"];
250 [label="Access variable <Inapplicable(WRONG_RECEIVER): [/MyData.s]>#"];
251 [label="Function call: R|<local>/q|.R|/Q.data|.<Inapplicable(WRONG_RECEIVER): [/MyData.s]>#.<Unresolved name: inc>#()"];
252 [label="Exit block"];
}
253 [label="Exit function test_6" style="filled" fillcolor=red];
}
211 -> {212};
212 -> {213};
213 -> {214};
214 -> {215 217};
215 -> {216};
216 -> {217};
217 -> {218 220};
218 -> {219};
219 -> {220};
220 -> {221 223};
221 -> {222};
222 -> {223};
223 -> {224};
224 -> {225};
225 -> {226};
226 -> {227};
227 -> {228};
228 -> {236 229};
229 -> {230};
230 -> {231};
231 -> {232};
232 -> {233};
233 -> {234};
234 -> {235};
235 -> {242};
236 -> {237};
237 -> {238};
238 -> {253};
238 -> {239} [style=dotted];
239 -> {240} [style=dotted];
240 -> {241} [style=dotted];
241 -> {242} [style=dotted];
242 -> {243};
243 -> {244};
244 -> {245};
245 -> {246};
246 -> {247};
247 -> {248};
248 -> {249};
249 -> {250};
250 -> {251};
251 -> {252};
252 -> {253};
subgraph cluster_66 {
color=red
254 [label="Enter function test_7" style="filled" fillcolor=red];
subgraph cluster_67 {
color=blue
255 [label="Enter block"];
subgraph cluster_68 {
color=blue
256 [label="Enter when"];
subgraph cluster_69 {
color=blue
257 [label="Enter when branch condition "];
258 [label="Access variable R|<local>/q|"];
259 [label="Enter safe call"];
260 [label="Function call: $subj$.R|/Q.fdata|()"];
261 [label="Exit safe call"];
262 [label="Enter safe call"];
263 [label="Function call: $subj$.R|/MyData.fs|()"];
264 [label="Exit safe call"];
265 [label="Enter safe call"];
266 [label="Function call: $subj$.R|kotlin/Int.inc|()"];
267 [label="Exit safe call"];
268 [label="Const: Null(null)"];
269 [label="Operator !="];
270 [label="Exit when branch condition"];
}
271 [label="Synthetic else branch"];
272 [label="Enter when branch result"];
subgraph cluster_70 {
color=blue
273 [label="Enter block"];
274 [label="Access variable R|<local>/q|"];
275 [label="Function call: R|<local>/q|.R|/Q.fdata|()"];
276 [label="Access variable R|<local>/q|"];
277 [label="Function call: R|<local>/q|.R|/Q.fdata|()"];
278 [label="Function call: R|<local>/q|.R|/Q.fdata|().<Inapplicable(WRONG_RECEIVER): [/MyData.fs]>#()"];
279 [label="Access variable R|<local>/q|"];
280 [label="Function call: R|<local>/q|.R|/Q.fdata|()"];
281 [label="Function call: R|<local>/q|.R|/Q.fdata|().<Inapplicable(WRONG_RECEIVER): [/MyData.fs]>#()"];
282 [label="Function call: R|<local>/q|.R|/Q.fdata|().<Inapplicable(WRONG_RECEIVER): [/MyData.fs]>#().<Unresolved name: inc>#()"];
283 [label="Exit block"];
}
284 [label="Exit when branch result"];
285 [label="Exit when"];
}
286 [label="Exit block"];
}
287 [label="Exit function test_7" style="filled" fillcolor=red];
}
254 -> {255};
255 -> {256};
256 -> {257};
257 -> {258};
258 -> {259 261};
259 -> {260};
260 -> {261};
261 -> {262 264};
262 -> {263};
263 -> {264};
264 -> {265 267};
265 -> {266};
266 -> {267};
267 -> {268};
268 -> {269};
269 -> {270};
270 -> {272 271};
271 -> {285};
272 -> {273};
273 -> {274};
274 -> {275};
275 -> {276};
276 -> {277};
277 -> {278};
278 -> {279};
279 -> {280};
280 -> {281};
281 -> {282};
282 -> {283};
283 -> {284};
284 -> {285};
285 -> {286};
286 -> {287};
subgraph cluster_71 {
color=red
288 [label="Enter function test_8" style="filled" fillcolor=red];
subgraph cluster_72 {
color=blue
289 [label="Enter block"];
subgraph cluster_73 {
color=blue
290 [label="Enter when"];
subgraph cluster_74 {
color=blue
291 [label="Enter when branch condition "];
292 [label="Access variable R|<local>/b|"];
293 [label="Const: Boolean(true)"];
294 [label="Operator =="];
295 [label="Exit when branch condition"];
}
296 [label="Synthetic else branch"];
297 [label="Enter when branch result"];
subgraph cluster_75 {
color=blue
298 [label="Enter block"];
299 [label="Access variable R|<local>/b|"];
300 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
301 [label="Exit block"];
}
302 [label="Exit when branch result"];
303 [label="Exit when"];
}
304 [label="Exit block"];
}
305 [label="Exit function test_8" style="filled" fillcolor=red];
}
288 -> {289};
289 -> {290};
290 -> {291};
291 -> {292};
292 -> {293};
293 -> {294};
294 -> {295};
295 -> {297 296};
296 -> {303};
297 -> {298};
298 -> {299};
299 -> {300};
300 -> {301};
301 -> {302};
302 -> {303};
303 -> {304};
304 -> {305};
subgraph cluster_76 {
color=red
306 [label="Enter function test_9" style="filled" fillcolor=red];
subgraph cluster_77 {
color=blue
307 [label="Enter block"];
subgraph cluster_78 {
color=blue
308 [label="Enter when"];
subgraph cluster_79 {
color=blue
309 [label="Enter when branch condition "];
310 [label="Access variable R|<local>/a|"];
311 [label="Access variable R|<local>/b|"];
312 [label="Operator =="];
313 [label="Exit when branch condition"];
}
314 [label="Synthetic else branch"];
315 [label="Enter when branch result"];
subgraph cluster_80 {
color=blue
316 [label="Enter block"];
317 [label="Access variable R|<local>/b|"];
318 [label="Function call: R|<local>/b|.R|kotlin/Int.inc|()"];
319 [label="Exit block"];
}
320 [label="Exit when branch result"];
321 [label="Exit when"];
}
322 [label="Access variable R|<local>/b|"];
323 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
subgraph cluster_81 {
color=blue
324 [label="Enter when"];
subgraph cluster_82 {
color=blue
325 [label="Enter when branch condition "];
326 [label="Access variable R|<local>/a|"];
327 [label="Access variable R|<local>/b|"];
328 [label="Operator ==="];
329 [label="Exit when branch condition"];
}
330 [label="Synthetic else branch"];
331 [label="Enter when branch result"];
subgraph cluster_83 {
color=blue
332 [label="Enter block"];
333 [label="Access variable R|<local>/b|"];
334 [label="Function call: R|<local>/b|.R|kotlin/Int.inc|()"];
335 [label="Exit block"];
}
336 [label="Exit when branch result"];
337 [label="Exit when"];
}
338 [label="Access variable R|<local>/b|"];
339 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
subgraph cluster_84 {
color=blue
340 [label="Enter when"];
subgraph cluster_85 {
color=blue
341 [label="Enter when branch condition "];
342 [label="Access variable R|<local>/b|"];
343 [label="Access variable R|<local>/a|"];
344 [label="Operator =="];
345 [label="Exit when branch condition"];
}
346 [label="Synthetic else branch"];
347 [label="Enter when branch result"];
subgraph cluster_86 {
color=blue
348 [label="Enter block"];
349 [label="Access variable R|<local>/b|"];
350 [label="Function call: R|<local>/b|.R|kotlin/Int.inc|()"];
351 [label="Exit block"];
}
352 [label="Exit when branch result"];
353 [label="Exit when"];
}
354 [label="Access variable R|<local>/b|"];
355 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
subgraph cluster_87 {
color=blue
356 [label="Enter when"];
subgraph cluster_88 {
color=blue
357 [label="Enter when branch condition "];
358 [label="Access variable R|<local>/b|"];
359 [label="Access variable R|<local>/a|"];
360 [label="Operator ==="];
361 [label="Exit when branch condition"];
}
362 [label="Synthetic else branch"];
363 [label="Enter when branch result"];
subgraph cluster_89 {
color=blue
364 [label="Enter block"];
365 [label="Access variable R|<local>/b|"];
366 [label="Function call: R|<local>/b|.R|kotlin/Int.inc|()"];
367 [label="Exit block"];
}
368 [label="Exit when branch result"];
369 [label="Exit when"];
}
370 [label="Access variable R|<local>/b|"];
371 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
372 [label="Exit block"];
}
373 [label="Exit function test_9" style="filled" fillcolor=red];
}
306 -> {307};
307 -> {308};
308 -> {309};
309 -> {310};
310 -> {311};
311 -> {312};
312 -> {313};
313 -> {315 314};
314 -> {321};
315 -> {316};
316 -> {317};
317 -> {318};
318 -> {319};
319 -> {320};
320 -> {321};
321 -> {322};
322 -> {323};
323 -> {324};
324 -> {325};
325 -> {326};
326 -> {327};
327 -> {328};
328 -> {329};
329 -> {331 330};
330 -> {337};
331 -> {332};
332 -> {333};
333 -> {334};
334 -> {335};
335 -> {336};
336 -> {337};
337 -> {338};
338 -> {339};
339 -> {340};
340 -> {341};
341 -> {342};
342 -> {343};
343 -> {344};
344 -> {345};
345 -> {347 346};
346 -> {353};
347 -> {348};
348 -> {349};
349 -> {350};
350 -> {351};
351 -> {352};
352 -> {353};
353 -> {354};
354 -> {355};
355 -> {356};
356 -> {357};
357 -> {358};
358 -> {359};
359 -> {360};
360 -> {361};
361 -> {363 362};
362 -> {369};
363 -> {364};
364 -> {365};
365 -> {366};
366 -> {367};
367 -> {368};
368 -> {369};
369 -> {370};
370 -> {371};
371 -> {372};
372 -> {373};
subgraph cluster_90 {
color=red
374 [label="Enter function test_10" style="filled" fillcolor=red];
subgraph cluster_91 {
color=blue
375 [label="Enter block"];
subgraph cluster_92 {
color=blue
376 [label="Enter when"];
subgraph cluster_93 {
color=blue
377 [label="Enter when branch condition "];
378 [label="Access variable R|<local>/a|"];
379 [label="Access variable R|<local>/b|"];
380 [label="Operator =="];
381 [label="Exit when branch condition"];
}
382 [label="Synthetic else branch"];
383 [label="Enter when branch result"];
subgraph cluster_94 {
color=blue
384 [label="Enter block"];
385 [label="Access variable R|<local>/b|"];
386 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
387 [label="Exit block"];
}
388 [label="Exit when branch result"];
389 [label="Exit when"];
}
390 [label="Access variable R|<local>/b|"];
391 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
subgraph cluster_95 {
color=blue
392 [label="Enter when"];
subgraph cluster_96 {
color=blue
393 [label="Enter when branch condition "];
394 [label="Access variable R|<local>/a|"];
395 [label="Access variable R|<local>/b|"];
396 [label="Operator ==="];
397 [label="Exit when branch condition"];
}
398 [label="Synthetic else branch"];
399 [label="Enter when branch result"];
subgraph cluster_97 {
color=blue
400 [label="Enter block"];
401 [label="Access variable R|<local>/b|"];
402 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
403 [label="Exit block"];
}
404 [label="Exit when branch result"];
405 [label="Exit when"];
}
406 [label="Access variable R|<local>/b|"];
407 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
subgraph cluster_98 {
color=blue
408 [label="Enter when"];
subgraph cluster_99 {
color=blue
409 [label="Enter when branch condition "];
410 [label="Access variable R|<local>/b|"];
411 [label="Access variable R|<local>/a|"];
412 [label="Operator =="];
413 [label="Exit when branch condition"];
}
414 [label="Synthetic else branch"];
415 [label="Enter when branch result"];
subgraph cluster_100 {
color=blue
416 [label="Enter block"];
417 [label="Access variable R|<local>/b|"];
418 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
419 [label="Exit block"];
}
420 [label="Exit when branch result"];
421 [label="Exit when"];
}
422 [label="Access variable R|<local>/b|"];
423 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
subgraph cluster_101 {
color=blue
424 [label="Enter when"];
subgraph cluster_102 {
color=blue
425 [label="Enter when branch condition "];
426 [label="Access variable R|<local>/b|"];
427 [label="Access variable R|<local>/a|"];
428 [label="Operator ==="];
429 [label="Exit when branch condition"];
}
430 [label="Synthetic else branch"];
431 [label="Enter when branch result"];
subgraph cluster_103 {
color=blue
432 [label="Enter block"];
433 [label="Access variable R|<local>/b|"];
434 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
435 [label="Exit block"];
}
436 [label="Exit when branch result"];
437 [label="Exit when"];
}
438 [label="Access variable R|<local>/b|"];
439 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
440 [label="Exit block"];
}
441 [label="Exit function test_10" style="filled" fillcolor=red];
}
374 -> {375};
375 -> {376};
376 -> {377};
377 -> {378};
378 -> {379};
379 -> {380};
380 -> {381};
381 -> {383 382};
382 -> {389};
383 -> {384};
384 -> {385};
385 -> {386};
386 -> {387};
387 -> {388};
388 -> {389};
389 -> {390};
390 -> {391};
391 -> {392};
392 -> {393};
393 -> {394};
394 -> {395};
395 -> {396};
396 -> {397};
397 -> {399 398};
398 -> {405};
399 -> {400};
400 -> {401};
401 -> {402};
402 -> {403};
403 -> {404};
404 -> {405};
405 -> {406};
406 -> {407};
407 -> {408};
408 -> {409};
409 -> {410};
410 -> {411};
411 -> {412};
412 -> {413};
413 -> {415 414};
414 -> {421};
415 -> {416};
416 -> {417};
417 -> {418};
418 -> {419};
419 -> {420};
420 -> {421};
421 -> {422};
422 -> {423};
423 -> {424};
424 -> {425};
425 -> {426};
426 -> {427};
427 -> {428};
428 -> {429};
429 -> {431 430};
430 -> {437};
431 -> {432};
432 -> {433};
433 -> {434};
434 -> {435};
435 -> {436};
436 -> {437};
437 -> {438};
438 -> {439};
439 -> {440};
440 -> {441};
subgraph cluster_104 {
color=red
442 [label="Enter function test_11" style="filled" fillcolor=red];
subgraph cluster_105 {
color=blue
443 [label="Enter block"];
subgraph cluster_106 {
color=blue
444 [label="Enter when"];
subgraph cluster_107 {
color=blue
445 [label="Enter when branch condition "];
446 [label="Access variable R|<local>/q|"];
447 [label="Enter safe call"];
448 [label="Access variable R|/QImpl.data|"];
449 [label="Exit safe call"];
450 [label="Enter safe call"];
451 [label="Access variable R|/MyData.s|"];
452 [label="Exit safe call"];
453 [label="Enter safe call"];
454 [label="Function call: $subj$.R|kotlin/Int.inc|()"];
455 [label="Exit safe call"];
456 [label="Const: Null(null)"];
457 [label="Operator !="];
458 [label="Exit when branch condition"];
}
459 [label="Synthetic else branch"];
460 [label="Enter when branch result"];
subgraph cluster_108 {
color=blue
461 [label="Enter block"];
462 [label="Access variable R|<local>/q|"];
463 [label="Access variable R|/QImpl.data|"];
464 [label="Access variable R|<local>/q|"];
465 [label="Access variable R|/QImpl.data|"];
466 [label="Access variable R|/MyData.s|"];
467 [label="Access variable R|<local>/q|"];
468 [label="Access variable R|/QImpl.data|"];
469 [label="Access variable R|/MyData.s|"];
470 [label="Function call: R|<local>/q|.R|/QImpl.data|.R|/MyData.s|.R|kotlin/Int.inc|()"];
471 [label="Access variable R|<local>/q2|"];
472 [label="Access variable R|/QImpl.data|"];
473 [label="Access variable R|<local>/q2|"];
474 [label="Access variable R|/QImpl.data|"];
475 [label="Access variable <Inapplicable(WRONG_RECEIVER): [/MyData.s]>#"];
476 [label="Access variable R|<local>/q2|"];
477 [label="Access variable R|/QImpl.data|"];
478 [label="Access variable <Inapplicable(WRONG_RECEIVER): [/MyData.s]>#"];
479 [label="Function call: R|<local>/q2|.R|/QImpl.data|.<Inapplicable(WRONG_RECEIVER): [/MyData.s]>#.<Unresolved name: inc>#()"];
subgraph cluster_109 {
color=blue
480 [label="Enter when"];
subgraph cluster_110 {
color=blue
481 [label="Enter when branch condition "];
482 [label="Access variable R|<local>/q2|"];
483 [label="Access variable R|/QImpl.data|"];
484 [label="Const: Null(null)"];
485 [label="Operator !="];
486 [label="Exit when branch condition"];
}
487 [label="Synthetic else branch"];
488 [label="Enter when branch result"];
subgraph cluster_111 {
color=blue
489 [label="Enter block"];
490 [label="Access variable R|<local>/q2|"];
491 [label="Access variable R|/QImpl.data|"];
492 [label="Access variable R|/MyData.s|"];
493 [label="Access variable R|<local>/q2|"];
494 [label="Access variable R|/QImpl.data|"];
495 [label="Access variable R|/MyData.s|"];
496 [label="Function call: R|<local>/q2|.R|/QImpl.data|.R|/MyData.s|.R|kotlin/Int.inc|()"];
497 [label="Exit block"];
}
498 [label="Exit when branch result"];
499 [label="Exit when"];
}
500 [label="Exit block"];
}
501 [label="Exit when branch result"];
502 [label="Exit when"];
}
503 [label="Exit block"];
}
504 [label="Exit function test_11" style="filled" fillcolor=red];
}
442 -> {443};
443 -> {444};
444 -> {445};
445 -> {446};
446 -> {447 449};
447 -> {448};
448 -> {449};
449 -> {450 452};
450 -> {451};
451 -> {452};
452 -> {453 455};
453 -> {454};
454 -> {455};
455 -> {456};
456 -> {457};
457 -> {458};
458 -> {460 459};
459 -> {502};
460 -> {461};
461 -> {462};
462 -> {463};
463 -> {464};
464 -> {465};
465 -> {466};
466 -> {467};
467 -> {468};
468 -> {469};
469 -> {470};
470 -> {471};
471 -> {472};
472 -> {473};
473 -> {474};
474 -> {475};
475 -> {476};
476 -> {477};
477 -> {478};
478 -> {479};
479 -> {480};
480 -> {481};
481 -> {482};
482 -> {483};
483 -> {484};
484 -> {485};
485 -> {486};
486 -> {488 487};
487 -> {499};
488 -> {489};
489 -> {490};
490 -> {491};
491 -> {492};
492 -> {493};
493 -> {494};
494 -> {495};
495 -> {496};
496 -> {497};
497 -> {498};
498 -> {499};
499 -> {500};
500 -> {501};
501 -> {502};
502 -> {503};
503 -> {504};
subgraph cluster_112 {
color=red
505 [label="Enter function test_12" style="filled" fillcolor=red];
subgraph cluster_113 {
color=blue
506 [label="Enter block"];
subgraph cluster_114 {
color=blue
507 [label="Enter when"];
subgraph cluster_115 {
color=blue
508 [label="Enter when branch condition "];
509 [label="Access variable R|<local>/q|"];
510 [label="Enter safe call"];
511 [label="Access variable R|/QImplWithCustomGetter.data|"];
512 [label="Exit safe call"];
513 [label="Enter safe call"];
514 [label="Access variable R|/MyData.s|"];
515 [label="Exit safe call"];
516 [label="Enter safe call"];
517 [label="Function call: $subj$.R|kotlin/Int.inc|()"];
518 [label="Exit safe call"];
519 [label="Const: Null(null)"];
520 [label="Operator !="];
521 [label="Exit when branch condition"];
}
522 [label="Synthetic else branch"];
523 [label="Enter when branch result"];
subgraph cluster_116 {
color=blue
524 [label="Enter block"];
525 [label="Access variable R|<local>/q|"];
526 [label="Access variable R|/QImplWithCustomGetter.data|"];
527 [label="Access variable R|<local>/q|"];
528 [label="Access variable R|/QImplWithCustomGetter.data|"];
529 [label="Access variable <Inapplicable(WRONG_RECEIVER): [/MyData.s]>#"];
530 [label="Access variable R|<local>/q|"];
531 [label="Access variable R|/QImplWithCustomGetter.data|"];
532 [label="Access variable <Inapplicable(WRONG_RECEIVER): [/MyData.s]>#"];
533 [label="Function call: R|<local>/q|.R|/QImplWithCustomGetter.data|.<Inapplicable(WRONG_RECEIVER): [/MyData.s]>#.<Unresolved name: inc>#()"];
534 [label="Exit block"];
}
535 [label="Exit when branch result"];
536 [label="Exit when"];
}
537 [label="Exit block"];
}
538 [label="Exit function test_12" style="filled" fillcolor=red];
}
505 -> {506};
506 -> {507};
507 -> {508};
508 -> {509};
509 -> {510 512};
510 -> {511};
511 -> {512};
512 -> {513 515};
513 -> {514};
514 -> {515};
515 -> {516 518};
516 -> {517};
517 -> {518};
518 -> {519};
519 -> {520};
520 -> {521};
521 -> {523 522};
522 -> {536};
523 -> {524};
524 -> {525};
525 -> {526};
526 -> {527};
527 -> {528};
528 -> {529};
529 -> {530};
530 -> {531};
531 -> {532};
532 -> {533};
533 -> {534};
534 -> {535};
535 -> {536};
536 -> {537};
537 -> {538};
subgraph cluster_117 {
color=red
539 [label="Enter function test_13" style="filled" fillcolor=red];
subgraph cluster_118 {
color=blue
540 [label="Enter block"];
subgraph cluster_119 {
color=blue
541 [label="Enter when"];
subgraph cluster_120 {
color=blue
542 [label="Enter when branch condition "];
543 [label="Access variable R|<local>/q|"];
544 [label="Enter safe call"];
545 [label="Access variable R|/QImplMutable.data|"];
546 [label="Exit safe call"];
547 [label="Enter safe call"];
548 [label="Access variable R|/MyData.s|"];
549 [label="Exit safe call"];
550 [label="Enter safe call"];
551 [label="Function call: $subj$.R|kotlin/Int.inc|()"];
552 [label="Exit safe call"];
553 [label="Const: Null(null)"];
554 [label="Operator !="];
555 [label="Exit when branch condition"];
}
556 [label="Synthetic else branch"];
557 [label="Enter when branch result"];
subgraph cluster_121 {
color=blue
558 [label="Enter block"];
559 [label="Access variable R|<local>/q|"];
560 [label="Access variable R|/QImplMutable.data|"];
561 [label="Access variable R|<local>/q|"];
562 [label="Access variable R|/QImplMutable.data|"];
563 [label="Access variable <Inapplicable(WRONG_RECEIVER): [/MyData.s]>#"];
564 [label="Access variable R|<local>/q|"];
565 [label="Access variable R|/QImplMutable.data|"];
566 [label="Access variable <Inapplicable(WRONG_RECEIVER): [/MyData.s]>#"];
567 [label="Function call: R|<local>/q|.R|/QImplMutable.data|.<Inapplicable(WRONG_RECEIVER): [/MyData.s]>#.<Unresolved name: inc>#()"];
568 [label="Exit block"];
}
569 [label="Exit when branch result"];
570 [label="Exit when"];
}
571 [label="Exit block"];
}
572 [label="Exit function test_13" style="filled" fillcolor=red];
}
539 -> {540};
540 -> {541};
541 -> {542};
542 -> {543};
543 -> {544 546};
544 -> {545};
545 -> {546};
546 -> {547 549};
547 -> {548};
548 -> {549};
549 -> {550 552};
550 -> {551};
551 -> {552};
552 -> {553};
553 -> {554};
554 -> {555};
555 -> {557 556};
556 -> {570};
557 -> {558};
558 -> {559};
559 -> {560};
560 -> {561};
561 -> {562};
562 -> {563};
563 -> {564};
564 -> {565};
565 -> {566};
566 -> {567};
567 -> {568};
568 -> {569};
569 -> {570};
570 -> {571};
571 -> {572};
}