Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/smartcasts/nullability.dot
T
Dmitrii Gridin 09ca335b7e [FIR] CFG: drop redundant edges
Edges from class to its functions and nested classes are redundant
and lead to extra resolution work in lazy resolve mode

^KT-59600 Fixed
2023-07-04 12:07:04 +00:00

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