Files
kotlin-fork/compiler/fir/resolve/testData/resolve/smartcasts/nullability.dot
T
Dmitriy Novozhilov f19a878948 [FIR] Add exhaustive checker for when expressions
Also remove generating default else branch introduced in 38fa0122 and 54eb4cf9
2019-10-17 16:20:59 +03:00

1014 lines
29 KiB
Plaintext
Vendored

digraph nullability_kt {
graph [splines=ortho 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 function getter" style="filled" fillcolor=red];
5 [label="Exit function getter" style="filled" fillcolor=red];
}
4 -> {5};
subgraph cluster_3 {
color=red
6 [label="Enter property" style="filled" fillcolor=red];
7 [label="Exit property" 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 function getter" style="filled" fillcolor=red];
11 [label="Exit function getter" style="filled" fillcolor=red];
}
10 -> {11};
subgraph cluster_6 {
color=red
12 [label="Enter property" style="filled" fillcolor=red];
13 [label="Exit property" 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 function test_1" style="filled" fillcolor=red];
subgraph cluster_9 {
color=blue
17 [label="Enter block"];
subgraph cluster_10 {
color=blue
18 [label="Enter when"];
subgraph cluster_11 {
color=blue
19 [label="Enter when branch condition "];
20 [label="Access variable R|<local>/x|"];
21 [label="Const: Null(null)"];
22 [label="Operator !="];
23 [label="Exit when branch condition"];
}
subgraph cluster_12 {
color=blue
24 [label="Enter when branch condition else"];
25 [label="Exit when branch condition"];
}
26 [label="Synthetic else branch"];
27 [label="Enter when branch result"];
subgraph cluster_13 {
color=blue
28 [label="Enter block"];
29 [label="Access variable R|<local>/x|"];
30 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
31 [label="Exit block"];
}
32 [label="Exit when branch result"];
33 [label="Enter when branch result"];
subgraph cluster_14 {
color=blue
34 [label="Enter block"];
35 [label="Access variable R|<local>/x|"];
36 [label="Function call: R|<local>/x|.R|/A.foo|()"];
37 [label="Exit block"];
}
38 [label="Exit when branch result"];
39 [label="Exit when"];
}
40 [label="Access variable R|<local>/x|"];
41 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
42 [label="Exit block"];
}
43 [label="Exit function test_1" style="filled" fillcolor=red];
}
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {20};
20 -> {21};
21 -> {22};
22 -> {23};
23 -> {33 24};
24 -> {25};
25 -> {27 26};
26 -> {39};
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {31};
31 -> {32};
32 -> {39};
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {40};
40 -> {41};
41 -> {42};
42 -> {43};
subgraph cluster_15 {
color=red
44 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_16 {
color=blue
45 [label="Enter block"];
subgraph cluster_17 {
color=blue
46 [label="Enter when"];
subgraph cluster_18 {
color=blue
47 [label="Enter when branch condition "];
48 [label="Access variable R|<local>/x|"];
49 [label="Const: Null(null)"];
50 [label="Operator =="];
51 [label="Exit when branch condition"];
}
subgraph cluster_19 {
color=blue
52 [label="Enter when branch condition else"];
53 [label="Exit when branch condition"];
}
54 [label="Synthetic else branch"];
55 [label="Enter when branch result"];
subgraph cluster_20 {
color=blue
56 [label="Enter block"];
57 [label="Access variable R|<local>/x|"];
58 [label="Function call: R|<local>/x|.R|/A.foo|()"];
59 [label="Exit block"];
}
60 [label="Exit when branch result"];
61 [label="Enter when branch result"];
subgraph cluster_21 {
color=blue
62 [label="Enter block"];
63 [label="Access variable R|<local>/x|"];
64 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
65 [label="Exit block"];
}
66 [label="Exit when branch result"];
67 [label="Exit when"];
}
68 [label="Access variable R|<local>/x|"];
69 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
70 [label="Exit block"];
}
71 [label="Exit function test_2" style="filled" fillcolor=red];
}
44 -> {45};
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {49};
49 -> {50};
50 -> {51};
51 -> {61 52};
52 -> {53};
53 -> {55 54};
54 -> {67};
55 -> {56};
56 -> {57};
57 -> {58};
58 -> {59};
59 -> {60};
60 -> {67};
61 -> {62};
62 -> {63};
63 -> {64};
64 -> {65};
65 -> {66};
66 -> {67};
67 -> {68};
68 -> {69};
69 -> {70};
70 -> {71};
subgraph cluster_22 {
color=red
72 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_23 {
color=blue
73 [label="Enter block"];
subgraph cluster_24 {
color=blue
74 [label="Enter when"];
75 [label="Access variable R|<local>/x|"];
76 [label="Variable declaration: lval <elvis>: R|A?|"];
subgraph cluster_25 {
color=blue
77 [label="Enter when branch condition "];
78 [label="Const: Null(null)"];
79 [label="Operator =="];
80 [label="Exit when branch condition"];
}
subgraph cluster_26 {
color=blue
81 [label="Enter when branch condition else"];
82 [label="Exit when branch condition"];
}
83 [label="Enter when branch result"];
subgraph cluster_27 {
color=blue
84 [label="Enter block"];
85 [label="Access variable R|<local>/<elvis>|"];
86 [label="Exit block"];
}
87 [label="Exit when branch result"];
88 [label="Enter when branch result"];
subgraph cluster_28 {
color=blue
89 [label="Enter block"];
90 [label="Jump: ^test_3 Unit"];
91 [label="Stub" style="filled" fillcolor=gray];
92 [label="Exit block" style="filled" fillcolor=gray];
}
93 [label="Exit when branch result" style="filled" fillcolor=gray];
94 [label="Exit when"];
}
95 [label="Access variable R|<local>/x|"];
96 [label="Function call: R|<local>/x|.R|/A.foo|()"];
97 [label="Exit block"];
}
98 [label="Exit function test_3" style="filled" fillcolor=red];
}
72 -> {73};
73 -> {74};
74 -> {75};
75 -> {76};
76 -> {77};
77 -> {78};
78 -> {79};
79 -> {80};
80 -> {88 81};
81 -> {82};
82 -> {83};
83 -> {84};
84 -> {85};
85 -> {86};
86 -> {87};
87 -> {94};
88 -> {89};
89 -> {90};
90 -> {98};
90 -> {91} [style=dotted];
91 -> {92} [style=dotted];
92 -> {93} [style=dotted];
93 -> {94} [style=dotted];
94 -> {95};
95 -> {96};
96 -> {97};
97 -> {98};
subgraph cluster_29 {
color=red
99 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_30 {
color=blue
100 [label="Enter block"];
subgraph cluster_31 {
color=blue
101 [label="Enter when"];
subgraph cluster_32 {
color=blue
102 [label="Enter when branch condition "];
103 [label="Access variable R|<local>/x|"];
104 [label="Function call: R|<local>/x|?.R|/A.getA|()"];
105 [label="Const: Null(null)"];
106 [label="Operator =="];
107 [label="Exit when branch condition"];
}
108 [label="Synthetic else branch"];
109 [label="Enter when branch result"];
subgraph cluster_33 {
color=blue
110 [label="Enter block"];
111 [label="Jump: ^test_4 Unit"];
112 [label="Stub" style="filled" fillcolor=gray];
113 [label="Exit block" style="filled" fillcolor=gray];
}
114 [label="Exit when branch result" style="filled" fillcolor=gray];
115 [label="Exit when"];
}
116 [label="Access variable R|<local>/x|"];
117 [label="Function call: R|<local>/x|.R|/A.foo|()"];
118 [label="Exit block"];
}
119 [label="Exit function test_4" style="filled" fillcolor=red];
}
99 -> {100};
100 -> {101};
101 -> {102};
102 -> {103};
103 -> {104};
104 -> {105};
105 -> {106};
106 -> {107};
107 -> {109 108};
108 -> {115};
109 -> {110};
110 -> {111};
111 -> {119};
111 -> {112} [style=dotted];
112 -> {113} [style=dotted];
113 -> {114} [style=dotted];
114 -> {115} [style=dotted];
115 -> {116};
116 -> {117};
117 -> {118};
118 -> {119};
subgraph cluster_34 {
color=red
120 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_35 {
color=blue
121 [label="Enter block"];
subgraph cluster_36 {
color=blue
122 [label="Enter when"];
subgraph cluster_37 {
color=blue
123 [label="Enter when branch condition "];
124 [label="Access variable R|<local>/q|"];
125 [label="Access variable R|/Q.data|"];
126 [label="Access variable R|/MyData.s|"];
127 [label="Function call: R|<local>/q|?.R|/Q.data|?.R|/MyData.s|?.R|kotlin/Int.inc|()"];
128 [label="Const: Null(null)"];
129 [label="Operator !="];
130 [label="Exit when branch condition"];
}
131 [label="Synthetic else branch"];
132 [label="Enter when branch result"];
subgraph cluster_38 {
color=blue
133 [label="Enter block"];
134 [label="Access variable R|<local>/q|"];
135 [label="Access variable R|/Q.data|"];
136 [label="Access variable R|<local>/q|"];
137 [label="Access variable R|/Q.data|"];
138 [label="Access variable R|/MyData.s|"];
139 [label="Access variable R|<local>/q|"];
140 [label="Access variable R|/Q.data|"];
141 [label="Access variable R|/MyData.s|"];
142 [label="Function call: R|<local>/q|.R|/Q.data|.R|/MyData.s|.R|kotlin/Int.inc|()"];
143 [label="Exit block"];
}
144 [label="Exit when branch result"];
145 [label="Exit when"];
}
146 [label="Exit block"];
}
147 [label="Exit function test_5" style="filled" fillcolor=red];
}
120 -> {121};
121 -> {122};
122 -> {123};
123 -> {124};
124 -> {125};
125 -> {126};
126 -> {127};
127 -> {128};
128 -> {129};
129 -> {130};
130 -> {132 131};
131 -> {145};
132 -> {133};
133 -> {134};
134 -> {135};
135 -> {136};
136 -> {137};
137 -> {138};
138 -> {139};
139 -> {140};
140 -> {141};
141 -> {142};
142 -> {143};
143 -> {144};
144 -> {145};
145 -> {146};
146 -> {147};
subgraph cluster_39 {
color=red
148 [label="Enter function test_6" style="filled" fillcolor=red];
subgraph cluster_40 {
color=blue
149 [label="Enter block"];
subgraph cluster_41 {
color=blue
150 [label="Enter when"];
151 [label="Access variable R|<local>/q|"];
152 [label="Access variable R|/Q.data|"];
153 [label="Access variable R|/MyData.s|"];
154 [label="Function call: R|<local>/q|?.R|/Q.data|?.R|/MyData.s|?.R|kotlin/Int.inc|()"];
155 [label="Variable declaration: lval <elvis>: R|kotlin/Int?|"];
subgraph cluster_42 {
color=blue
156 [label="Enter when branch condition "];
157 [label="Const: Null(null)"];
158 [label="Operator =="];
159 [label="Exit when branch condition"];
}
subgraph cluster_43 {
color=blue
160 [label="Enter when branch condition else"];
161 [label="Exit when branch condition"];
}
162 [label="Enter when branch result"];
subgraph cluster_44 {
color=blue
163 [label="Enter block"];
164 [label="Access variable R|<local>/<elvis>|"];
165 [label="Exit block"];
}
166 [label="Exit when branch result"];
167 [label="Enter when branch result"];
subgraph cluster_45 {
color=blue
168 [label="Enter block"];
169 [label="Jump: ^test_6 Unit"];
170 [label="Stub" style="filled" fillcolor=gray];
171 [label="Exit block" style="filled" fillcolor=gray];
}
172 [label="Exit when branch result" style="filled" fillcolor=gray];
173 [label="Exit when"];
}
174 [label="Access variable R|<local>/q|"];
175 [label="Access variable R|/Q.data|"];
176 [label="Access variable R|<local>/q|"];
177 [label="Access variable R|/Q.data|"];
178 [label="Access variable R|/MyData.s|"];
179 [label="Access variable R|<local>/q|"];
180 [label="Access variable R|/Q.data|"];
181 [label="Access variable R|/MyData.s|"];
182 [label="Function call: R|<local>/q|.R|/Q.data|.R|/MyData.s|.R|kotlin/Int.inc|()"];
183 [label="Exit block"];
}
184 [label="Exit function test_6" style="filled" fillcolor=red];
}
148 -> {149};
149 -> {150};
150 -> {151};
151 -> {152};
152 -> {153};
153 -> {154};
154 -> {155};
155 -> {156};
156 -> {157};
157 -> {158};
158 -> {159};
159 -> {167 160};
160 -> {161};
161 -> {162};
162 -> {163};
163 -> {164};
164 -> {165};
165 -> {166};
166 -> {173};
167 -> {168};
168 -> {169};
169 -> {184};
169 -> {170} [style=dotted];
170 -> {171} [style=dotted];
171 -> {172} [style=dotted];
172 -> {173} [style=dotted];
173 -> {174};
174 -> {175};
175 -> {176};
176 -> {177};
177 -> {178};
178 -> {179};
179 -> {180};
180 -> {181};
181 -> {182};
182 -> {183};
183 -> {184};
subgraph cluster_46 {
color=red
185 [label="Enter function test_7" style="filled" fillcolor=red];
subgraph cluster_47 {
color=blue
186 [label="Enter block"];
subgraph cluster_48 {
color=blue
187 [label="Enter when"];
subgraph cluster_49 {
color=blue
188 [label="Enter when branch condition "];
189 [label="Access variable R|<local>/q|"];
190 [label="Function call: R|<local>/q|?.R|/Q.fdata|()"];
191 [label="Function call: R|<local>/q|?.R|/Q.fdata|()?.R|/MyData.fs|()"];
192 [label="Function call: R|<local>/q|?.R|/Q.fdata|()?.R|/MyData.fs|()?.R|kotlin/Int.inc|()"];
193 [label="Const: Null(null)"];
194 [label="Operator !="];
195 [label="Exit when branch condition"];
}
196 [label="Synthetic else branch"];
197 [label="Enter when branch result"];
subgraph cluster_50 {
color=blue
198 [label="Enter block"];
199 [label="Access variable R|<local>/q|"];
200 [label="Function call: R|<local>/q|.R|/Q.fdata|()"];
201 [label="Access variable R|<local>/q|"];
202 [label="Function call: R|<local>/q|.R|/Q.fdata|()"];
203 [label="Function call: R|<local>/q|.R|/Q.fdata|().<Inapplicable(WRONG_RECEIVER): [/MyData.fs]>#()"];
204 [label="Access variable R|<local>/q|"];
205 [label="Function call: R|<local>/q|.R|/Q.fdata|()"];
206 [label="Function call: R|<local>/q|.R|/Q.fdata|().<Inapplicable(WRONG_RECEIVER): [/MyData.fs]>#()"];
207 [label="Function call: R|<local>/q|.R|/Q.fdata|().<Inapplicable(WRONG_RECEIVER): [/MyData.fs]>#().<Ambiguity: inc, [kotlin/inc, kotlin/inc]>#()"];
208 [label="Exit block"];
}
209 [label="Exit when branch result"];
210 [label="Exit when"];
}
211 [label="Exit block"];
}
212 [label="Exit function test_7" style="filled" fillcolor=red];
}
185 -> {186};
186 -> {187};
187 -> {188};
188 -> {189};
189 -> {190};
190 -> {191};
191 -> {192};
192 -> {193};
193 -> {194};
194 -> {195};
195 -> {197 196};
196 -> {210};
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};
210 -> {211};
211 -> {212};
subgraph cluster_51 {
color=red
213 [label="Enter function test_8" style="filled" fillcolor=red];
subgraph cluster_52 {
color=blue
214 [label="Enter block"];
subgraph cluster_53 {
color=blue
215 [label="Enter when"];
subgraph cluster_54 {
color=blue
216 [label="Enter when branch condition "];
217 [label="Access variable R|<local>/b|"];
218 [label="Const: Boolean(true)"];
219 [label="Operator =="];
220 [label="Exit when branch condition"];
}
221 [label="Synthetic else branch"];
222 [label="Enter when branch result"];
subgraph cluster_55 {
color=blue
223 [label="Enter block"];
224 [label="Access variable R|<local>/b|"];
225 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
226 [label="Exit block"];
}
227 [label="Exit when branch result"];
228 [label="Exit when"];
}
229 [label="Exit block"];
}
230 [label="Exit function test_8" style="filled" fillcolor=red];
}
213 -> {214};
214 -> {215};
215 -> {216};
216 -> {217};
217 -> {218};
218 -> {219};
219 -> {220};
220 -> {222 221};
221 -> {228};
222 -> {223};
223 -> {224};
224 -> {225};
225 -> {226};
226 -> {227};
227 -> {228};
228 -> {229};
229 -> {230};
subgraph cluster_56 {
color=red
231 [label="Enter function test_9" style="filled" fillcolor=red];
subgraph cluster_57 {
color=blue
232 [label="Enter block"];
subgraph cluster_58 {
color=blue
233 [label="Enter when"];
subgraph cluster_59 {
color=blue
234 [label="Enter when branch condition "];
235 [label="Access variable R|<local>/a|"];
236 [label="Access variable R|<local>/b|"];
237 [label="Operator =="];
238 [label="Exit when branch condition"];
}
239 [label="Synthetic else branch"];
240 [label="Enter when branch result"];
subgraph cluster_60 {
color=blue
241 [label="Enter block"];
242 [label="Access variable R|<local>/b|"];
243 [label="Function call: R|<local>/b|.R|kotlin/Int.inc|()"];
244 [label="Exit block"];
}
245 [label="Exit when branch result"];
246 [label="Exit when"];
}
247 [label="Access variable R|<local>/b|"];
248 [label="Function call: R|<local>/b|.<Ambiguity: inc, [kotlin/inc, kotlin/inc]>#()"];
subgraph cluster_61 {
color=blue
249 [label="Enter when"];
subgraph cluster_62 {
color=blue
250 [label="Enter when branch condition "];
251 [label="Access variable R|<local>/a|"];
252 [label="Access variable R|<local>/b|"];
253 [label="Operator ==="];
254 [label="Exit when branch condition"];
}
255 [label="Synthetic else branch"];
256 [label="Enter when branch result"];
subgraph cluster_63 {
color=blue
257 [label="Enter block"];
258 [label="Access variable R|<local>/b|"];
259 [label="Function call: R|<local>/b|.R|kotlin/Int.inc|()"];
260 [label="Exit block"];
}
261 [label="Exit when branch result"];
262 [label="Exit when"];
}
263 [label="Access variable R|<local>/b|"];
264 [label="Function call: R|<local>/b|.<Ambiguity: inc, [kotlin/inc, kotlin/inc]>#()"];
subgraph cluster_64 {
color=blue
265 [label="Enter when"];
subgraph cluster_65 {
color=blue
266 [label="Enter when branch condition "];
267 [label="Access variable R|<local>/b|"];
268 [label="Access variable R|<local>/a|"];
269 [label="Operator =="];
270 [label="Exit when branch condition"];
}
271 [label="Synthetic else branch"];
272 [label="Enter when branch result"];
subgraph cluster_66 {
color=blue
273 [label="Enter block"];
274 [label="Access variable R|<local>/b|"];
275 [label="Function call: R|<local>/b|.R|kotlin/Int.inc|()"];
276 [label="Exit block"];
}
277 [label="Exit when branch result"];
278 [label="Exit when"];
}
279 [label="Access variable R|<local>/b|"];
280 [label="Function call: R|<local>/b|.<Ambiguity: inc, [kotlin/inc, kotlin/inc]>#()"];
subgraph cluster_67 {
color=blue
281 [label="Enter when"];
subgraph cluster_68 {
color=blue
282 [label="Enter when branch condition "];
283 [label="Access variable R|<local>/b|"];
284 [label="Access variable R|<local>/a|"];
285 [label="Operator ==="];
286 [label="Exit when branch condition"];
}
287 [label="Synthetic else branch"];
288 [label="Enter when branch result"];
subgraph cluster_69 {
color=blue
289 [label="Enter block"];
290 [label="Access variable R|<local>/b|"];
291 [label="Function call: R|<local>/b|.R|kotlin/Int.inc|()"];
292 [label="Exit block"];
}
293 [label="Exit when branch result"];
294 [label="Exit when"];
}
295 [label="Access variable R|<local>/b|"];
296 [label="Function call: R|<local>/b|.<Ambiguity: inc, [kotlin/inc, kotlin/inc]>#()"];
297 [label="Exit block"];
}
298 [label="Exit function test_9" style="filled" fillcolor=red];
}
231 -> {232};
232 -> {233};
233 -> {234};
234 -> {235};
235 -> {236};
236 -> {237};
237 -> {238};
238 -> {240 239};
239 -> {246};
240 -> {241};
241 -> {242};
242 -> {243};
243 -> {244};
244 -> {245};
245 -> {246};
246 -> {247};
247 -> {248};
248 -> {249};
249 -> {250};
250 -> {251};
251 -> {252};
252 -> {253};
253 -> {254};
254 -> {256 255};
255 -> {262};
256 -> {257};
257 -> {258};
258 -> {259};
259 -> {260};
260 -> {261};
261 -> {262};
262 -> {263};
263 -> {264};
264 -> {265};
265 -> {266};
266 -> {267};
267 -> {268};
268 -> {269};
269 -> {270};
270 -> {272 271};
271 -> {278};
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 -> {288 287};
287 -> {294};
288 -> {289};
289 -> {290};
290 -> {291};
291 -> {292};
292 -> {293};
293 -> {294};
294 -> {295};
295 -> {296};
296 -> {297};
297 -> {298};
subgraph cluster_70 {
color=red
299 [label="Enter function test_10" style="filled" fillcolor=red];
subgraph cluster_71 {
color=blue
300 [label="Enter block"];
subgraph cluster_72 {
color=blue
301 [label="Enter when"];
subgraph cluster_73 {
color=blue
302 [label="Enter when branch condition "];
303 [label="Access variable R|<local>/a|"];
304 [label="Access variable R|<local>/b|"];
305 [label="Operator =="];
306 [label="Exit when branch condition"];
}
307 [label="Synthetic else branch"];
308 [label="Enter when branch result"];
subgraph cluster_74 {
color=blue
309 [label="Enter block"];
310 [label="Access variable R|<local>/b|"];
311 [label="Function call: R|<local>/b|.<Ambiguity: inc, [kotlin/inc, kotlin/inc]>#()"];
312 [label="Exit block"];
}
313 [label="Exit when branch result"];
314 [label="Exit when"];
}
315 [label="Access variable R|<local>/b|"];
316 [label="Function call: R|<local>/b|.<Ambiguity: inc, [kotlin/inc, kotlin/inc]>#()"];
subgraph cluster_75 {
color=blue
317 [label="Enter when"];
subgraph cluster_76 {
color=blue
318 [label="Enter when branch condition "];
319 [label="Access variable R|<local>/a|"];
320 [label="Access variable R|<local>/b|"];
321 [label="Operator ==="];
322 [label="Exit when branch condition"];
}
323 [label="Synthetic else branch"];
324 [label="Enter when branch result"];
subgraph cluster_77 {
color=blue
325 [label="Enter block"];
326 [label="Access variable R|<local>/b|"];
327 [label="Function call: R|<local>/b|.<Ambiguity: inc, [kotlin/inc, kotlin/inc]>#()"];
328 [label="Exit block"];
}
329 [label="Exit when branch result"];
330 [label="Exit when"];
}
331 [label="Access variable R|<local>/b|"];
332 [label="Function call: R|<local>/b|.<Ambiguity: inc, [kotlin/inc, kotlin/inc]>#()"];
subgraph cluster_78 {
color=blue
333 [label="Enter when"];
subgraph cluster_79 {
color=blue
334 [label="Enter when branch condition "];
335 [label="Access variable R|<local>/b|"];
336 [label="Access variable R|<local>/a|"];
337 [label="Operator =="];
338 [label="Exit when branch condition"];
}
339 [label="Synthetic else branch"];
340 [label="Enter when branch result"];
subgraph cluster_80 {
color=blue
341 [label="Enter block"];
342 [label="Access variable R|<local>/b|"];
343 [label="Function call: R|<local>/b|.<Ambiguity: inc, [kotlin/inc, kotlin/inc]>#()"];
344 [label="Exit block"];
}
345 [label="Exit when branch result"];
346 [label="Exit when"];
}
347 [label="Access variable R|<local>/b|"];
348 [label="Function call: R|<local>/b|.<Ambiguity: inc, [kotlin/inc, kotlin/inc]>#()"];
subgraph cluster_81 {
color=blue
349 [label="Enter when"];
subgraph cluster_82 {
color=blue
350 [label="Enter when branch condition "];
351 [label="Access variable R|<local>/b|"];
352 [label="Access variable R|<local>/a|"];
353 [label="Operator ==="];
354 [label="Exit when branch condition"];
}
355 [label="Synthetic else branch"];
356 [label="Enter when branch result"];
subgraph cluster_83 {
color=blue
357 [label="Enter block"];
358 [label="Access variable R|<local>/b|"];
359 [label="Function call: R|<local>/b|.<Ambiguity: inc, [kotlin/inc, kotlin/inc]>#()"];
360 [label="Exit block"];
}
361 [label="Exit when branch result"];
362 [label="Exit when"];
}
363 [label="Access variable R|<local>/b|"];
364 [label="Function call: R|<local>/b|.<Ambiguity: inc, [kotlin/inc, kotlin/inc]>#()"];
365 [label="Exit block"];
}
366 [label="Exit function test_10" style="filled" fillcolor=red];
}
299 -> {300};
300 -> {301};
301 -> {302};
302 -> {303};
303 -> {304};
304 -> {305};
305 -> {306};
306 -> {308 307};
307 -> {314};
308 -> {309};
309 -> {310};
310 -> {311};
311 -> {312};
312 -> {313};
313 -> {314};
314 -> {315};
315 -> {316};
316 -> {317};
317 -> {318};
318 -> {319};
319 -> {320};
320 -> {321};
321 -> {322};
322 -> {324 323};
323 -> {330};
324 -> {325};
325 -> {326};
326 -> {327};
327 -> {328};
328 -> {329};
329 -> {330};
330 -> {331};
331 -> {332};
332 -> {333};
333 -> {334};
334 -> {335};
335 -> {336};
336 -> {337};
337 -> {338};
338 -> {340 339};
339 -> {346};
340 -> {341};
341 -> {342};
342 -> {343};
343 -> {344};
344 -> {345};
345 -> {346};
346 -> {347};
347 -> {348};
348 -> {349};
349 -> {350};
350 -> {351};
351 -> {352};
352 -> {353};
353 -> {354};
354 -> {356 355};
355 -> {362};
356 -> {357};
357 -> {358};
358 -> {359};
359 -> {360};
360 -> {361};
361 -> {362};
362 -> {363};
363 -> {364};
364 -> {365};
365 -> {366};
}