Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/cfg/flowFromInplaceLambda2.dot
T
2023-12-08 14:32:22 +00:00

1223 lines
50 KiB
Plaintext
Vendored

digraph flowFromInplaceLambda2_kt {
graph [nodesep=3]
node [shape=box penwidth=2]
edge [penwidth=2]
subgraph cluster_0 {
color=red
0 [label="Enter file flowFromInplaceLambda2.kt" style="filled" fillcolor=red];
1 [label="Exit file flowFromInplaceLambda2.kt" style="filled" fillcolor=red];
}
0 -> {1} [color=green];
subgraph cluster_1 {
color=red
2 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_2 {
color=blue
3 [label="Enter block"];
4 [label="Exit block"];
}
5 [label="Exit function foo" style="filled" fillcolor=red];
}
2 -> {3};
3 -> {4};
4 -> {5};
subgraph cluster_3 {
color=red
6 [label="Enter function id" style="filled" fillcolor=red];
subgraph cluster_4 {
color=blue
7 [label="Enter block"];
8 [label="Access variable R|<local>/x|"];
9 [label="Jump: ^id R|<local>/x|"];
10 [label="Stub" style="filled" fillcolor=gray];
11 [label="Exit block" style="filled" fillcolor=gray];
}
12 [label="Exit function id" style="filled" fillcolor=red];
}
6 -> {7};
7 -> {8};
8 -> {9};
9 -> {12};
9 -> {10} [style=dotted];
10 -> {11} [style=dotted];
11 -> {12} [style=dotted];
subgraph cluster_5 {
color=red
13 [label="Enter function n" style="filled" fillcolor=red];
subgraph cluster_6 {
color=blue
14 [label="Enter block"];
15 [label="Const: Null(null)"];
16 [label="Jump: ^n Null(null)"];
17 [label="Stub" style="filled" fillcolor=gray];
18 [label="Exit block" style="filled" fillcolor=gray];
}
19 [label="Exit function n" style="filled" fillcolor=red];
}
13 -> {14};
14 -> {15};
15 -> {16};
16 -> {19};
16 -> {17} [style=dotted];
17 -> {18} [style=dotted];
18 -> {19} [style=dotted];
subgraph cluster_7 {
color=red
20 [label="Enter function someCompletedCall" style="filled" fillcolor=red];
subgraph cluster_8 {
color=blue
21 [label="Enter block"];
22 [label="Access variable R|<local>/arg|"];
23 [label="Jump: ^someCompletedCall R|<local>/arg|"];
24 [label="Stub" style="filled" fillcolor=gray];
25 [label="Exit block" style="filled" fillcolor=gray];
}
26 [label="Exit function someCompletedCall" style="filled" fillcolor=red];
}
20 -> {21};
21 -> {22};
22 -> {23};
23 -> {26};
23 -> {24} [style=dotted];
24 -> {25} [style=dotted];
25 -> {26} [style=dotted];
subgraph cluster_9 {
color=red
27 [label="Enter function test1" style="filled" fillcolor=red];
subgraph cluster_10 {
color=blue
28 [label="Enter block"];
subgraph cluster_11 {
color=blue
29 [label="Function call arguments enter"];
subgraph cluster_12 {
color=blue
30 [label="Function call arguments enter"];
subgraph cluster_13 {
color=blue
31 [label="Function call arguments enter"];
32 [label="Postponed enter to lambda"];
subgraph cluster_14 {
color=blue
33 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_15 {
color=blue
34 [label="Enter block"];
35 [label="Access variable R|<local>/x|"];
36 [label="Type operator: (R|<local>/x| as R|kotlin/String|)"];
subgraph cluster_16 {
color=blue
37 [label="Function call arguments enter"];
38 [label="Function call arguments exit"];
}
39 [label="Function call: R|/n|<R|kotlin/Int?|>()" style="filled" fillcolor=yellow];
40 [label="Exit block"];
}
41 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
42 [label="Function call arguments exit"];
}
43 [label="Postponed exit from lambda"];
44 [label="Function call: R|kotlin/run|<R|kotlin/Int?|>(...)" style="filled" fillcolor=yellow];
45 [label="Function call arguments exit"];
}
46 [label="Function call: R|/id|<R|kotlin/Int?|>(...)" style="filled" fillcolor=yellow];
47 [label="Const: Int(1)"];
subgraph cluster_17 {
color=blue
48 [label="Function call arguments enter"];
49 [label="Postponed enter to lambda"];
subgraph cluster_18 {
color=blue
50 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_19 {
color=blue
51 [label="Enter block"];
52 [label="Access variable R|<local>/x|"];
53 [label="Access variable R|kotlin/String.length<Inapplicable(UNSAFE_CALL): kotlin/String.length>#|"];
54 [label="Const: Int(123)"];
55 [label="Exit block"];
}
56 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
57 [label="Function call arguments exit"];
}
58 [label="Postponed exit from lambda"];
59 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
60 [label="Function call arguments exit"];
}
61 [label="Function call: R|/foo|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
62 [label="Access variable R|<local>/x|"];
63 [label="Smart cast: R|<local>/x|"];
64 [label="Access variable R|kotlin/String.length|"];
65 [label="Exit block"];
}
66 [label="Exit function test1" style="filled" fillcolor=red];
}
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {31};
31 -> {32};
32 -> {33 42};
32 -> {43} [style=dotted];
32 -> {33} [style=dashed];
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {40};
40 -> {41};
41 -> {43};
42 -> {44};
43 -> {44} [color=green];
43 -> {61} [color=red];
44 -> {45};
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {49};
49 -> {50 57};
49 -> {58} [style=dotted];
49 -> {50} [style=dashed];
50 -> {51};
51 -> {52};
52 -> {53};
53 -> {54};
54 -> {55};
55 -> {56};
56 -> {58};
57 -> {59};
58 -> {59} [color=green];
58 -> {61} [color=red];
59 -> {60};
60 -> {61};
61 -> {62};
62 -> {63};
63 -> {64};
64 -> {65};
65 -> {66};
subgraph cluster_20 {
color=red
67 [label="Enter function test2" style="filled" fillcolor=red];
subgraph cluster_21 {
color=blue
68 [label="Enter block"];
subgraph cluster_22 {
color=blue
69 [label="Function call arguments enter"];
subgraph cluster_23 {
color=blue
70 [label="Function call arguments enter"];
subgraph cluster_24 {
color=blue
71 [label="Function call arguments enter"];
72 [label="Postponed enter to lambda"];
subgraph cluster_25 {
color=blue
73 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_26 {
color=blue
74 [label="Enter block"];
75 [label="Access variable R|<local>/x|"];
76 [label="Type operator: (R|<local>/x| as R|kotlin/String|)"];
subgraph cluster_27 {
color=blue
77 [label="Function call arguments enter"];
78 [label="Function call arguments exit"];
}
79 [label="Function call: R|/n|<R|kotlin/Int?|>()" style="filled" fillcolor=yellow];
80 [label="Exit block"];
}
81 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
82 [label="Function call arguments exit"];
}
83 [label="Postponed exit from lambda"];
84 [label="Function call: R|kotlin/run|<R|kotlin/Int?|>(...)" style="filled" fillcolor=yellow];
85 [label="Function call arguments exit"];
}
86 [label="Function call: R|/id|<R|kotlin/Int?|>(...)" style="filled" fillcolor=yellow];
subgraph cluster_28 {
color=blue
87 [label="Function call arguments enter"];
88 [label="Const: Int(1)"];
89 [label="Function call arguments exit"];
}
90 [label="Function call: R|/someCompletedCall|(...)" style="filled" fillcolor=yellow];
subgraph cluster_29 {
color=blue
91 [label="Function call arguments enter"];
92 [label="Postponed enter to lambda"];
subgraph cluster_30 {
color=blue
93 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_31 {
color=blue
94 [label="Enter block"];
95 [label="Access variable R|<local>/x|"];
96 [label="Access variable R|kotlin/String.length<Inapplicable(UNSAFE_CALL): kotlin/String.length>#|"];
97 [label="Const: Int(123)"];
98 [label="Exit block"];
}
99 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
100 [label="Function call arguments exit"];
}
101 [label="Postponed exit from lambda"];
102 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
103 [label="Function call arguments exit"];
}
104 [label="Function call: R|/foo|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
105 [label="Access variable R|<local>/x|"];
106 [label="Smart cast: R|<local>/x|"];
107 [label="Access variable R|kotlin/String.length|"];
108 [label="Exit block"];
}
109 [label="Exit function test2" style="filled" fillcolor=red];
}
67 -> {68};
68 -> {69};
69 -> {70};
70 -> {71};
71 -> {72};
72 -> {73 82};
72 -> {83} [style=dotted];
72 -> {73} [style=dashed];
73 -> {74};
74 -> {75};
75 -> {76};
76 -> {77};
77 -> {78};
78 -> {79};
79 -> {80};
80 -> {81};
81 -> {83};
82 -> {84};
83 -> {84} [color=green];
83 -> {104} [color=red];
84 -> {85};
85 -> {86};
86 -> {87};
87 -> {88};
88 -> {89};
89 -> {90};
90 -> {91};
91 -> {92};
92 -> {93 100};
92 -> {101} [style=dotted];
92 -> {93} [style=dashed];
93 -> {94};
94 -> {95};
95 -> {96};
96 -> {97};
97 -> {98};
98 -> {99};
99 -> {101};
100 -> {102};
101 -> {102} [color=green];
101 -> {104} [color=red];
102 -> {103};
103 -> {104};
104 -> {105};
105 -> {106};
106 -> {107};
107 -> {108};
108 -> {109};
subgraph cluster_32 {
color=red
110 [label="Enter function test3" style="filled" fillcolor=red];
subgraph cluster_33 {
color=blue
111 [label="Enter block"];
subgraph cluster_34 {
color=blue
112 [label="Function call arguments enter"];
subgraph cluster_35 {
color=blue
113 [label="Function call arguments enter"];
subgraph cluster_36 {
color=blue
114 [label="Function call arguments enter"];
115 [label="Postponed enter to lambda"];
subgraph cluster_37 {
color=blue
116 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_38 {
color=blue
117 [label="Enter block"];
118 [label="Access variable R|<local>/x|"];
119 [label="Type operator: (R|<local>/x| as R|kotlin/String|)"];
subgraph cluster_39 {
color=blue
120 [label="Function call arguments enter"];
121 [label="Function call arguments exit"];
}
122 [label="Function call: R|/n|<R|kotlin/Int?|>()" style="filled" fillcolor=yellow];
123 [label="Exit block"];
}
124 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
125 [label="Function call arguments exit"];
}
126 [label="Postponed exit from lambda"];
127 [label="Function call: R|kotlin/run|<R|kotlin/Int?|>(...)" style="filled" fillcolor=yellow];
128 [label="Function call arguments exit"];
}
129 [label="Function call: R|/id|<R|kotlin/Int?|>(...)" style="filled" fillcolor=yellow];
subgraph cluster_40 {
color=blue
130 [label="Enter when"];
subgraph cluster_41 {
color=blue
131 [label="Enter when branch condition "];
132 [label="Const: Boolean(true)"];
133 [label="Exit when branch condition"];
}
subgraph cluster_42 {
color=blue
134 [label="Enter when branch condition else"];
135 [label="Exit when branch condition"];
}
136 [label="Enter when branch result"];
subgraph cluster_43 {
color=blue
137 [label="Enter block"];
138 [label="Const: Int(2)"];
139 [label="Exit block"];
}
140 [label="Exit when branch result"];
141 [label="Enter when branch result"];
subgraph cluster_44 {
color=blue
142 [label="Enter block"];
143 [label="Const: Int(1)"];
144 [label="Exit block"];
}
145 [label="Exit when branch result"];
146 [label="Exit when"];
}
subgraph cluster_45 {
color=blue
147 [label="Function call arguments enter"];
148 [label="Postponed enter to lambda"];
subgraph cluster_46 {
color=blue
149 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_47 {
color=blue
150 [label="Enter block"];
151 [label="Access variable R|<local>/x|"];
152 [label="Access variable R|kotlin/String.length<Inapplicable(UNSAFE_CALL): kotlin/String.length>#|"];
153 [label="Const: Int(123)"];
154 [label="Exit block"];
}
155 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
156 [label="Function call arguments exit"];
}
157 [label="Postponed exit from lambda"];
158 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
159 [label="Function call arguments exit"];
}
160 [label="Function call: R|/foo|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
161 [label="Access variable R|<local>/x|"];
162 [label="Smart cast: R|<local>/x|"];
163 [label="Access variable R|kotlin/String.length|"];
164 [label="Exit block"];
}
165 [label="Exit function test3" style="filled" fillcolor=red];
}
110 -> {111};
111 -> {112};
112 -> {113};
113 -> {114};
114 -> {115};
115 -> {116 125};
115 -> {126} [style=dotted];
115 -> {116} [style=dashed];
116 -> {117};
117 -> {118};
118 -> {119};
119 -> {120};
120 -> {121};
121 -> {122};
122 -> {123};
123 -> {124};
124 -> {126};
125 -> {127};
126 -> {127} [color=green];
126 -> {160} [color=red];
127 -> {128};
128 -> {129};
129 -> {130};
130 -> {131};
131 -> {132};
132 -> {133};
133 -> {134 141};
134 -> {135};
135 -> {136};
136 -> {137};
137 -> {138};
138 -> {139};
139 -> {140};
140 -> {146};
141 -> {142};
142 -> {143};
143 -> {144};
144 -> {145};
145 -> {146};
146 -> {147};
147 -> {148};
148 -> {149 156};
148 -> {157} [style=dotted];
148 -> {149} [style=dashed];
149 -> {150};
150 -> {151};
151 -> {152};
152 -> {153};
153 -> {154};
154 -> {155};
155 -> {157};
156 -> {158};
157 -> {158} [color=green];
157 -> {160} [color=red];
158 -> {159};
159 -> {160};
160 -> {161};
161 -> {162};
162 -> {163};
163 -> {164};
164 -> {165};
subgraph cluster_48 {
color=red
166 [label="Enter function test4" style="filled" fillcolor=red];
subgraph cluster_49 {
color=blue
167 [label="Enter block"];
168 [label="Access variable R|<local>/x|"];
169 [label="Variable declaration: lvar p: R|kotlin/String?|"];
subgraph cluster_50 {
color=blue
170 [label="Enter when"];
subgraph cluster_51 {
color=blue
171 [label="Enter when branch condition "];
172 [label="Access variable R|<local>/p|"];
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_52 {
color=blue
178 [label="Enter block"];
subgraph cluster_53 {
color=blue
179 [label="Function call arguments enter"];
subgraph cluster_54 {
color=blue
180 [label="Function call arguments enter"];
subgraph cluster_55 {
color=blue
181 [label="Enter when"];
subgraph cluster_56 {
color=blue
182 [label="Enter when branch condition "];
183 [label="Const: Boolean(true)"];
184 [label="Exit when branch condition"];
}
subgraph cluster_57 {
color=blue
185 [label="Enter when branch condition else"];
186 [label="Exit when branch condition"];
}
187 [label="Enter when branch result"];
subgraph cluster_58 {
color=blue
188 [label="Enter block"];
subgraph cluster_59 {
color=blue
189 [label="Function call arguments enter"];
190 [label="Postponed enter to lambda"];
subgraph cluster_60 {
color=blue
191 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_61 {
color=blue
192 [label="Enter block"];
subgraph cluster_62 {
color=blue
193 [label="Function call arguments enter"];
194 [label="Function call arguments exit"];
}
195 [label="Function call: R|/n|<R|kotlin/Int?|>()" style="filled" fillcolor=yellow];
196 [label="Exit block"];
}
197 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
198 [label="Function call arguments exit"];
}
199 [label="Postponed exit from lambda"];
200 [label="Function call: R|kotlin/run|<R|kotlin/Int?|>(...)" style="filled" fillcolor=yellow];
201 [label="Exit block"];
}
202 [label="Exit when branch result"];
203 [label="Enter when branch result"];
subgraph cluster_63 {
color=blue
204 [label="Enter block"];
subgraph cluster_64 {
color=blue
205 [label="Function call arguments enter"];
206 [label="Postponed enter to lambda"];
subgraph cluster_65 {
color=blue
207 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_66 {
color=blue
208 [label="Enter block"];
209 [label="Const: Null(null)"];
210 [label="Assignment: R|<local>/p|"];
subgraph cluster_67 {
color=blue
211 [label="Function call arguments enter"];
212 [label="Function call arguments exit"];
}
213 [label="Function call: R|/n|<R|kotlin/Int?|>()" style="filled" fillcolor=yellow];
214 [label="Exit block"];
}
215 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
216 [label="Function call arguments exit"];
}
217 [label="Postponed exit from lambda"];
218 [label="Function call: R|kotlin/run|<R|kotlin/Int?|>(...)" style="filled" fillcolor=yellow];
219 [label="Exit block"];
}
220 [label="Exit when branch result"];
221 [label="Exit when"];
}
222 [label="Function call arguments exit"];
}
223 [label="Function call: R|/id|<R|kotlin/Int?|>(...)" style="filled" fillcolor=yellow];
224 [label="Const: Int(1)"];
subgraph cluster_68 {
color=blue
225 [label="Function call arguments enter"];
226 [label="Postponed enter to lambda"];
subgraph cluster_69 {
color=blue
227 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_70 {
color=blue
228 [label="Enter block"];
229 [label="Access variable R|<local>/p|"];
230 [label="Smart cast: R|<local>/p|"];
231 [label="Access variable R|kotlin/String.length<Inapplicable(UNSTABLE_SMARTCAST): kotlin/String.length>#|"];
232 [label="Const: Int(123)"];
233 [label="Exit block"];
}
234 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
235 [label="Function call arguments exit"];
}
236 [label="Postponed exit from lambda"];
237 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
238 [label="Function call arguments exit"];
}
239 [label="Merge postponed lambda exits"];
240 [label="Function call: R|/foo|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
241 [label="Access variable R|<local>/p|"];
242 [label="Access variable R|kotlin/String.length<Inapplicable(UNSAFE_CALL): kotlin/String.length>#|"];
243 [label="Exit block"];
}
244 [label="Exit when branch result"];
245 [label="Exit when"];
}
246 [label="Exit block"];
}
247 [label="Exit function test4" style="filled" fillcolor=red];
}
166 -> {167};
167 -> {168};
168 -> {169};
169 -> {170};
170 -> {171};
171 -> {172};
172 -> {173};
173 -> {174};
174 -> {175};
175 -> {176 177};
176 -> {245};
177 -> {178};
178 -> {179};
179 -> {180};
180 -> {181};
181 -> {182};
182 -> {183};
183 -> {184};
184 -> {185 203};
185 -> {186};
186 -> {187};
187 -> {188};
188 -> {189};
189 -> {190};
190 -> {191 198};
190 -> {199} [style=dotted];
190 -> {191} [style=dashed];
191 -> {192};
192 -> {193};
193 -> {194};
194 -> {195};
195 -> {196};
196 -> {197};
197 -> {199};
198 -> {200};
199 -> {200} [color=green];
199 -> {239} [color=red];
200 -> {201};
201 -> {202};
202 -> {221};
203 -> {204};
204 -> {205};
205 -> {206};
206 -> {207 216};
206 -> {217} [style=dotted];
206 -> {207} [style=dashed];
207 -> {208};
208 -> {209};
209 -> {210};
210 -> {211};
211 -> {212};
212 -> {213};
213 -> {214};
214 -> {215};
215 -> {217};
216 -> {218};
217 -> {218} [color=green];
217 -> {239} [color=red];
218 -> {219};
219 -> {220};
220 -> {221};
221 -> {222 239};
222 -> {223};
223 -> {224};
224 -> {225};
225 -> {226};
226 -> {227 235};
226 -> {236} [style=dotted];
226 -> {227} [style=dashed];
227 -> {228};
228 -> {229};
229 -> {230};
230 -> {231};
231 -> {232};
232 -> {233};
233 -> {234};
234 -> {236};
235 -> {237};
236 -> {237} [color=green];
236 -> {240} [color=red];
237 -> {238};
238 -> {240};
239 -> {240} [color=red];
240 -> {241};
241 -> {242};
242 -> {243};
243 -> {244};
244 -> {245};
245 -> {246};
246 -> {247};
subgraph cluster_71 {
color=red
248 [label="Enter function test5" style="filled" fillcolor=red];
subgraph cluster_72 {
color=blue
249 [label="Enter block"];
subgraph cluster_73 {
color=blue
250 [label="Function call arguments enter"];
251 [label="Access variable R|<local>/y|"];
252 [label="Enter safe call"];
subgraph cluster_74 {
color=blue
253 [label="Function call arguments enter"];
254 [label="Postponed enter to lambda"];
subgraph cluster_75 {
color=blue
255 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_76 {
color=blue
256 [label="Enter block"];
257 [label="Access variable R|<local>/x|"];
258 [label="Type operator: (R|<local>/x| as R|kotlin/String|)"];
subgraph cluster_77 {
color=blue
259 [label="Function call arguments enter"];
260 [label="Function call arguments exit"];
}
261 [label="Function call: R|/n|<R|kotlin/String?|>()" style="filled" fillcolor=yellow];
262 [label="Exit block"];
}
263 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
264 [label="Function call arguments exit"];
}
265 [label="Postponed exit from lambda"];
266 [label="Function call: $subj$.R|kotlin/let|<R|kotlin/String|, R|kotlin/String?|>(...)" style="filled" fillcolor=yellow];
267 [label="Exit safe call"];
268 [label="Const: Int(1)"];
subgraph cluster_78 {
color=blue
269 [label="Function call arguments enter"];
270 [label="Postponed enter to lambda"];
subgraph cluster_79 {
color=blue
271 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_80 {
color=blue
272 [label="Enter block"];
273 [label="Const: String()"];
274 [label="Exit block"];
}
275 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
276 [label="Function call arguments exit"];
}
277 [label="Postponed exit from lambda"];
278 [label="Function call: R|kotlin/run|<R|kotlin/String|>(...)" style="filled" fillcolor=yellow];
279 [label="Function call arguments exit"];
}
280 [label="Merge postponed lambda exits"];
281 [label="Function call: R|/foo|<R|kotlin/String|>(...)" style="filled" fillcolor=yellow];
282 [label="Access variable R|<local>/x|"];
283 [label="Access variable R|kotlin/String.length<Inapplicable(UNSAFE_CALL): kotlin/String.length>#|"];
284 [label="Exit block"];
}
285 [label="Exit function test5" style="filled" fillcolor=red];
}
248 -> {249};
249 -> {250};
250 -> {251};
251 -> {252 267};
252 -> {253};
253 -> {254};
254 -> {255 264};
254 -> {265} [style=dotted];
254 -> {255} [style=dashed];
255 -> {256};
256 -> {257};
257 -> {258};
258 -> {259};
259 -> {260};
260 -> {261};
261 -> {262};
262 -> {263};
263 -> {265};
264 -> {266};
265 -> {266} [color=green];
265 -> {280} [color=red];
266 -> {267};
267 -> {268 280};
268 -> {269};
269 -> {270};
270 -> {271 276};
270 -> {277} [style=dotted];
270 -> {271} [style=dashed];
271 -> {272};
272 -> {273};
273 -> {274};
274 -> {275};
275 -> {277};
276 -> {278};
277 -> {278} [color=green];
277 -> {281} [color=red];
278 -> {279};
279 -> {281};
280 -> {281} [color=red];
281 -> {282};
282 -> {283};
283 -> {284};
284 -> {285};
subgraph cluster_81 {
color=red
286 [label="Enter function test6" style="filled" fillcolor=red];
subgraph cluster_82 {
color=blue
287 [label="Enter block"];
subgraph cluster_83 {
color=blue
288 [label="Function call arguments enter"];
subgraph cluster_84 {
color=blue
289 [label="Function call arguments enter"];
subgraph cluster_85 {
color=blue
290 [label="Enter when"];
subgraph cluster_86 {
color=blue
291 [label="Enter when branch condition "];
292 [label="Const: Boolean(true)"];
293 [label="Exit when branch condition"];
}
subgraph cluster_87 {
color=blue
294 [label="Enter when branch condition else"];
295 [label="Exit when branch condition"];
}
296 [label="Enter when branch result"];
subgraph cluster_88 {
color=blue
297 [label="Enter block"];
subgraph cluster_89 {
color=blue
298 [label="Function call arguments enter"];
299 [label="Postponed enter to lambda"];
subgraph cluster_90 {
color=blue
300 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_91 {
color=blue
301 [label="Enter block"];
302 [label="Access variable R|<local>/x|"];
303 [label="Type operator: (R|<local>/x| as R|kotlin/String|)"];
subgraph cluster_92 {
color=blue
304 [label="Function call arguments enter"];
305 [label="Function call arguments exit"];
}
306 [label="Function call: R|/n|<R|kotlin/Int?|>()" style="filled" fillcolor=yellow];
307 [label="Exit block"];
}
308 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
309 [label="Function call arguments exit"];
}
310 [label="Postponed exit from lambda"];
311 [label="Function call: R|kotlin/run|<R|kotlin/Int?|>(...)" style="filled" fillcolor=yellow];
312 [label="Exit block"];
}
313 [label="Exit when branch result"];
314 [label="Enter when branch result"];
subgraph cluster_93 {
color=blue
315 [label="Enter block"];
subgraph cluster_94 {
color=blue
316 [label="Function call arguments enter"];
317 [label="Postponed enter to lambda"];
subgraph cluster_95 {
color=blue
318 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_96 {
color=blue
319 [label="Enter block"];
320 [label="Access variable R|<local>/x|"];
321 [label="Type operator: (R|<local>/x| as R|kotlin/String|)"];
subgraph cluster_97 {
color=blue
322 [label="Function call arguments enter"];
323 [label="Function call arguments exit"];
}
324 [label="Function call: R|/n|<R|kotlin/Int?|>()" style="filled" fillcolor=yellow];
325 [label="Exit block"];
}
326 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
327 [label="Function call arguments exit"];
}
328 [label="Postponed exit from lambda"];
329 [label="Function call: R|kotlin/run|<R|kotlin/Int?|>(...)" style="filled" fillcolor=yellow];
330 [label="Exit block"];
}
331 [label="Exit when branch result"];
332 [label="Exit when"];
}
333 [label="Function call arguments exit"];
}
334 [label="Function call: R|/id|<R|kotlin/Int?|>(...)" style="filled" fillcolor=yellow];
335 [label="Const: Int(1)"];
subgraph cluster_98 {
color=blue
336 [label="Function call arguments enter"];
337 [label="Postponed enter to lambda"];
subgraph cluster_99 {
color=blue
338 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_100 {
color=blue
339 [label="Enter block"];
340 [label="Access variable R|<local>/x|"];
341 [label="Access variable R|kotlin/String.length<Inapplicable(UNSAFE_CALL): kotlin/String.length>#|"];
342 [label="Const: Int(123)"];
343 [label="Exit block"];
}
344 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
345 [label="Function call arguments exit"];
}
346 [label="Postponed exit from lambda"];
347 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
348 [label="Function call arguments exit"];
}
349 [label="Merge postponed lambda exits"];
350 [label="Function call: R|/foo|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
351 [label="Access variable R|<local>/x|"];
352 [label="Access variable R|kotlin/String.length<Inapplicable(UNSAFE_CALL): kotlin/String.length>#|"];
353 [label="Exit block"];
}
354 [label="Exit function test6" style="filled" fillcolor=red];
}
286 -> {287};
287 -> {288};
288 -> {289};
289 -> {290};
290 -> {291};
291 -> {292};
292 -> {293};
293 -> {294 314};
294 -> {295};
295 -> {296};
296 -> {297};
297 -> {298};
298 -> {299};
299 -> {300 309};
299 -> {310} [style=dotted];
299 -> {300} [style=dashed];
300 -> {301};
301 -> {302};
302 -> {303};
303 -> {304};
304 -> {305};
305 -> {306};
306 -> {307};
307 -> {308};
308 -> {310};
309 -> {311};
310 -> {311} [color=green];
310 -> {349} [color=red];
311 -> {312};
312 -> {313};
313 -> {332};
314 -> {315};
315 -> {316};
316 -> {317};
317 -> {318 327};
317 -> {328} [style=dotted];
317 -> {318} [style=dashed];
318 -> {319};
319 -> {320};
320 -> {321};
321 -> {322};
322 -> {323};
323 -> {324};
324 -> {325};
325 -> {326};
326 -> {328};
327 -> {329};
328 -> {329} [color=green];
328 -> {349} [color=red];
329 -> {330};
330 -> {331};
331 -> {332};
332 -> {333 349};
333 -> {334};
334 -> {335};
335 -> {336};
336 -> {337};
337 -> {338 345};
337 -> {346} [style=dotted];
337 -> {338} [style=dashed];
338 -> {339};
339 -> {340};
340 -> {341};
341 -> {342};
342 -> {343};
343 -> {344};
344 -> {346};
345 -> {347};
346 -> {347} [color=green];
346 -> {350} [color=red];
347 -> {348};
348 -> {350};
349 -> {350} [color=red];
350 -> {351};
351 -> {352};
352 -> {353};
353 -> {354};
subgraph cluster_101 {
color=red
355 [label="Enter function test7" style="filled" fillcolor=red];
subgraph cluster_102 {
color=blue
356 [label="Enter block"];
357 [label="Access variable R|<local>/x|"];
358 [label="Variable declaration: lvar p: R|kotlin/String?|"];
subgraph cluster_103 {
color=blue
359 [label="Enter when"];
subgraph cluster_104 {
color=blue
360 [label="Enter when branch condition "];
361 [label="Access variable R|<local>/p|"];
362 [label="Const: Null(null)"];
363 [label="Equality operator !="];
364 [label="Exit when branch condition"];
}
365 [label="Synthetic else branch"];
366 [label="Enter when branch result"];
subgraph cluster_105 {
color=blue
367 [label="Enter block"];
subgraph cluster_106 {
color=blue
368 [label="Function call arguments enter"];
subgraph cluster_107 {
color=blue
369 [label="Function call arguments enter"];
subgraph cluster_108 {
color=blue
370 [label="Function call arguments enter"];
371 [label="Postponed enter to lambda"];
subgraph cluster_109 {
color=blue
372 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_110 {
color=blue
373 [label="Enter block"];
374 [label="Const: Null(null)"];
375 [label="Assignment: R|<local>/p|"];
subgraph cluster_111 {
color=blue
376 [label="Function call arguments enter"];
377 [label="Function call arguments exit"];
}
378 [label="Function call: R|/n|<R|kotlin/Int?|>()" style="filled" fillcolor=yellow];
379 [label="Exit block"];
}
380 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
381 [label="Function call arguments exit"];
}
382 [label="Postponed exit from lambda"];
383 [label="Function call: R|kotlin/run|<R|kotlin/Int?|>(...)" style="filled" fillcolor=yellow];
384 [label="Function call arguments exit"];
}
385 [label="Function call: R|/id|<R|kotlin/Int?|>(...)" style="filled" fillcolor=yellow];
386 [label="Const: Int(1)"];
subgraph cluster_112 {
color=blue
387 [label="Function call arguments enter"];
388 [label="Postponed enter to lambda"];
subgraph cluster_113 {
color=blue
389 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_114 {
color=blue
390 [label="Enter block"];
391 [label="Access variable R|<local>/p|"];
392 [label="Smart cast: R|<local>/p|"];
393 [label="Access variable R|kotlin/String.length<Inapplicable(UNSTABLE_SMARTCAST): kotlin/String.length>#|"];
394 [label="Const: Int(123)"];
395 [label="Exit block"];
}
396 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
397 [label="Function call arguments exit"];
}
398 [label="Postponed exit from lambda"];
399 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
400 [label="Function call arguments exit"];
}
401 [label="Function call: R|/foo|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
402 [label="Access variable R|<local>/p|"];
403 [label="Smart cast: R|<local>/p|"];
404 [label="Access variable R|kotlin/String.length<Inapplicable(UNSAFE_CALL): kotlin/String.length>#|"];
405 [label="Exit block"];
}
406 [label="Exit when branch result"];
407 [label="Exit when"];
}
408 [label="Exit block"];
}
409 [label="Exit function test7" style="filled" fillcolor=red];
}
355 -> {356};
356 -> {357};
357 -> {358};
358 -> {359};
359 -> {360};
360 -> {361};
361 -> {362};
362 -> {363};
363 -> {364};
364 -> {365 366};
365 -> {407};
366 -> {367};
367 -> {368};
368 -> {369};
369 -> {370};
370 -> {371};
371 -> {372 381};
371 -> {382} [style=dotted];
371 -> {372} [style=dashed];
372 -> {373};
373 -> {374};
374 -> {375};
375 -> {376};
376 -> {377};
377 -> {378};
378 -> {379};
379 -> {380};
380 -> {382};
381 -> {383};
382 -> {383} [color=green];
382 -> {401} [color=red];
383 -> {384};
384 -> {385};
385 -> {386};
386 -> {387};
387 -> {388};
388 -> {389 397};
388 -> {398} [style=dotted];
388 -> {389} [style=dashed];
389 -> {390};
390 -> {391};
391 -> {392};
392 -> {393};
393 -> {394};
394 -> {395};
395 -> {396};
396 -> {398};
397 -> {399};
398 -> {399} [color=green];
398 -> {401} [color=red];
399 -> {400};
400 -> {401};
401 -> {402};
402 -> {403};
403 -> {404};
404 -> {405};
405 -> {406};
406 -> {407};
407 -> {408};
408 -> {409};
}