Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/cfg/flowFromInplaceLambda2.dot
T

943 lines
36 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 function foo" style="filled" fillcolor=red];
subgraph cluster_1 {
color=blue
1 [label="Enter block"];
2 [label="Exit block"];
}
3 [label="Exit function foo" style="filled" fillcolor=red];
}
0 -> {1};
1 -> {2};
2 -> {3};
subgraph cluster_2 {
color=red
4 [label="Enter function id" style="filled" fillcolor=red];
subgraph cluster_3 {
color=blue
5 [label="Enter block"];
6 [label="Access variable R|<local>/x|"];
7 [label="Jump: ^id R|<local>/x|"];
8 [label="Stub" style="filled" fillcolor=gray];
9 [label="Exit block" style="filled" fillcolor=gray];
}
10 [label="Exit function id" style="filled" fillcolor=red];
}
4 -> {5};
5 -> {6};
6 -> {7};
7 -> {10};
7 -> {8} [style=dotted];
8 -> {9} [style=dotted];
9 -> {10} [style=dotted];
subgraph cluster_4 {
color=red
11 [label="Enter function n" style="filled" fillcolor=red];
subgraph cluster_5 {
color=blue
12 [label="Enter block"];
13 [label="Const: Null(null)"];
14 [label="Jump: ^n Null(null)"];
15 [label="Stub" style="filled" fillcolor=gray];
16 [label="Exit block" style="filled" fillcolor=gray];
}
17 [label="Exit function n" style="filled" fillcolor=red];
}
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {17};
14 -> {15} [style=dotted];
15 -> {16} [style=dotted];
16 -> {17} [style=dotted];
subgraph cluster_6 {
color=red
18 [label="Enter function someCompletedCall" style="filled" fillcolor=red];
subgraph cluster_7 {
color=blue
19 [label="Enter block"];
20 [label="Access variable R|<local>/arg|"];
21 [label="Jump: ^someCompletedCall R|<local>/arg|"];
22 [label="Stub" style="filled" fillcolor=gray];
23 [label="Exit block" style="filled" fillcolor=gray];
}
24 [label="Exit function someCompletedCall" style="filled" fillcolor=red];
}
18 -> {19};
19 -> {20};
20 -> {21};
21 -> {24};
21 -> {22} [style=dotted];
22 -> {23} [style=dotted];
23 -> {24} [style=dotted];
subgraph cluster_8 {
color=red
25 [label="Enter function test1" style="filled" fillcolor=red];
subgraph cluster_9 {
color=blue
26 [label="Enter block"];
27 [label="Postponed enter to lambda"];
subgraph cluster_10 {
color=blue
41 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_11 {
color=blue
42 [label="Enter block"];
43 [label="Access variable R|<local>/x|"];
44 [label="Type operator: (R|<local>/x| as R|kotlin/String|)"];
45 [label="Function call: R|/n|<R|kotlin/Nothing?|>()" style="filled" fillcolor=yellow];
46 [label="Exit block"];
}
47 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
28 [label="Postponed exit from lambda"];
29 [label="Function call: R|kotlin/run|<R|kotlin/Nothing?|>(...)" style="filled" fillcolor=yellow];
30 [label="Function call: R|/id|<R|kotlin/Nothing?|>(...)" style="filled" fillcolor=yellow];
31 [label="Const: Int(1)"];
32 [label="Postponed enter to lambda"];
subgraph cluster_12 {
color=blue
48 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_13 {
color=blue
49 [label="Enter block"];
50 [label="Access variable R|<local>/x|"];
51 [label="Access variable R|kotlin/String.length<Inapplicable(UNSAFE_CALL): kotlin/String.length>#|"];
52 [label="Const: Int(123)"];
53 [label="Exit block"];
}
54 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
33 [label="Postponed exit from lambda"];
34 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
35 [label="Function call: R|/foo|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
36 [label="Access variable R|<local>/x|"];
37 [label="Smart cast: R|<local>/x|"];
38 [label="Access variable R|kotlin/String.length|"];
39 [label="Exit block"];
}
40 [label="Exit function test1" style="filled" fillcolor=red];
}
25 -> {26};
26 -> {27};
27 -> {41 29};
27 -> {28} [style=dotted];
27 -> {41} [style=dashed];
28 -> {35} [color=red];
28 -> {29} [color=green];
29 -> {30};
30 -> {31};
31 -> {32};
32 -> {48 34};
32 -> {33} [style=dotted];
32 -> {48} [style=dashed];
33 -> {35} [color=red];
33 -> {34} [color=green];
34 -> {35};
35 -> {36};
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {40};
41 -> {42};
42 -> {43};
43 -> {44};
44 -> {45};
45 -> {46};
46 -> {47};
47 -> {28};
48 -> {49};
49 -> {50};
50 -> {51};
51 -> {52};
52 -> {53};
53 -> {54};
54 -> {33};
subgraph cluster_14 {
color=red
55 [label="Enter function test2" style="filled" fillcolor=red];
subgraph cluster_15 {
color=blue
56 [label="Enter block"];
57 [label="Postponed enter to lambda"];
subgraph cluster_16 {
color=blue
72 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_17 {
color=blue
73 [label="Enter block"];
74 [label="Access variable R|<local>/x|"];
75 [label="Type operator: (R|<local>/x| as R|kotlin/String|)"];
76 [label="Function call: R|/n|<R|kotlin/Nothing?|>()" style="filled" fillcolor=yellow];
77 [label="Exit block"];
}
78 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
58 [label="Postponed exit from lambda"];
59 [label="Function call: R|kotlin/run|<R|kotlin/Nothing?|>(...)" style="filled" fillcolor=yellow];
60 [label="Function call: R|/id|<R|kotlin/Nothing?|>(...)" style="filled" fillcolor=yellow];
61 [label="Const: Int(1)"];
62 [label="Function call: R|/someCompletedCall|(...)" style="filled" fillcolor=yellow];
63 [label="Postponed enter to lambda"];
subgraph cluster_18 {
color=blue
79 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_19 {
color=blue
80 [label="Enter block"];
81 [label="Access variable R|<local>/x|"];
82 [label="Access variable R|kotlin/String.length<Inapplicable(UNSAFE_CALL): kotlin/String.length>#|"];
83 [label="Const: Int(123)"];
84 [label="Exit block"];
}
85 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
64 [label="Postponed exit from lambda"];
65 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
66 [label="Function call: R|/foo|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
67 [label="Access variable R|<local>/x|"];
68 [label="Smart cast: R|<local>/x|"];
69 [label="Access variable R|kotlin/String.length|"];
70 [label="Exit block"];
}
71 [label="Exit function test2" style="filled" fillcolor=red];
}
55 -> {56};
56 -> {57};
57 -> {72 59};
57 -> {58} [style=dotted];
57 -> {72} [style=dashed];
58 -> {66} [color=red];
58 -> {59} [color=green];
59 -> {60};
60 -> {61};
61 -> {62};
62 -> {63};
63 -> {79 65};
63 -> {64} [style=dotted];
63 -> {79} [style=dashed];
64 -> {66} [color=red];
64 -> {65} [color=green];
65 -> {66};
66 -> {67};
67 -> {68};
68 -> {69};
69 -> {70};
70 -> {71};
72 -> {73};
73 -> {74};
74 -> {75};
75 -> {76};
76 -> {77};
77 -> {78};
78 -> {58};
79 -> {80};
80 -> {81};
81 -> {82};
82 -> {83};
83 -> {84};
84 -> {85};
85 -> {64};
subgraph cluster_20 {
color=red
86 [label="Enter function test3" style="filled" fillcolor=red];
subgraph cluster_21 {
color=blue
87 [label="Enter block"];
88 [label="Postponed enter to lambda"];
subgraph cluster_22 {
color=blue
118 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_23 {
color=blue
119 [label="Enter block"];
120 [label="Access variable R|<local>/x|"];
121 [label="Type operator: (R|<local>/x| as R|kotlin/String|)"];
122 [label="Function call: R|/n|<R|kotlin/Nothing?|>()" style="filled" fillcolor=yellow];
123 [label="Exit block"];
}
124 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
89 [label="Postponed exit from lambda"];
90 [label="Function call: R|kotlin/run|<R|kotlin/Nothing?|>(...)" style="filled" fillcolor=yellow];
91 [label="Function call: R|/id|<R|kotlin/Nothing?|>(...)" style="filled" fillcolor=yellow];
subgraph cluster_24 {
color=blue
92 [label="Enter when"];
subgraph cluster_25 {
color=blue
93 [label="Enter when branch condition "];
94 [label="Const: Boolean(true)"];
95 [label="Exit when branch condition"];
}
subgraph cluster_26 {
color=blue
96 [label="Enter when branch condition else"];
97 [label="Exit when branch condition"];
}
98 [label="Enter when branch result"];
subgraph cluster_27 {
color=blue
99 [label="Enter block"];
100 [label="Const: Int(2)"];
101 [label="Exit block"];
}
102 [label="Exit when branch result"];
103 [label="Enter when branch result"];
subgraph cluster_28 {
color=blue
104 [label="Enter block"];
105 [label="Const: Int(1)"];
106 [label="Exit block"];
}
107 [label="Exit when branch result"];
108 [label="Exit when"];
}
109 [label="Postponed enter to lambda"];
subgraph cluster_29 {
color=blue
125 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_30 {
color=blue
126 [label="Enter block"];
127 [label="Access variable R|<local>/x|"];
128 [label="Access variable R|kotlin/String.length<Inapplicable(UNSAFE_CALL): kotlin/String.length>#|"];
129 [label="Const: Int(123)"];
130 [label="Exit block"];
}
131 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
110 [label="Postponed exit from lambda"];
111 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
112 [label="Function call: R|/foo|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
113 [label="Access variable R|<local>/x|"];
114 [label="Smart cast: R|<local>/x|"];
115 [label="Access variable R|kotlin/String.length|"];
116 [label="Exit block"];
}
117 [label="Exit function test3" style="filled" fillcolor=red];
}
86 -> {87};
87 -> {88};
88 -> {118 90};
88 -> {89} [style=dotted];
88 -> {118} [style=dashed];
89 -> {112} [color=red];
89 -> {90} [color=green];
90 -> {91};
91 -> {92};
92 -> {93};
93 -> {94};
94 -> {95};
95 -> {103 96};
96 -> {97};
97 -> {98};
98 -> {99};
99 -> {100};
100 -> {101};
101 -> {102};
102 -> {108};
103 -> {104};
104 -> {105};
105 -> {106};
106 -> {107};
107 -> {108};
108 -> {109};
109 -> {125 111};
109 -> {110} [style=dotted];
109 -> {125} [style=dashed];
110 -> {112} [color=red];
110 -> {111} [color=green];
111 -> {112};
112 -> {113};
113 -> {114};
114 -> {115};
115 -> {116};
116 -> {117};
118 -> {119};
119 -> {120};
120 -> {121};
121 -> {122};
122 -> {123};
123 -> {124};
124 -> {89};
125 -> {126};
126 -> {127};
127 -> {128};
128 -> {129};
129 -> {130};
130 -> {131};
131 -> {110};
subgraph cluster_31 {
color=red
132 [label="Enter function test4" style="filled" fillcolor=red];
subgraph cluster_32 {
color=blue
133 [label="Enter block"];
134 [label="Access variable R|<local>/x|"];
135 [label="Variable declaration: lvar p: R|kotlin/String?|"];
subgraph cluster_33 {
color=blue
136 [label="Enter when"];
subgraph cluster_34 {
color=blue
137 [label="Enter when branch condition "];
138 [label="Access variable R|<local>/p|"];
139 [label="Const: Null(null)"];
140 [label="Equality operator !="];
141 [label="Exit when branch condition"];
}
142 [label="Synthetic else branch"];
143 [label="Enter when branch result"];
subgraph cluster_35 {
color=blue
144 [label="Enter block"];
subgraph cluster_36 {
color=blue
145 [label="Enter when"];
subgraph cluster_37 {
color=blue
146 [label="Enter when branch condition "];
147 [label="Const: Boolean(true)"];
148 [label="Exit when branch condition"];
}
subgraph cluster_38 {
color=blue
149 [label="Enter when branch condition else"];
150 [label="Exit when branch condition"];
}
151 [label="Enter when branch result"];
subgraph cluster_39 {
color=blue
152 [label="Enter block"];
153 [label="Postponed enter to lambda"];
subgraph cluster_40 {
color=blue
187 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_41 {
color=blue
188 [label="Enter block"];
189 [label="Function call: R|/n|<R|kotlin/Nothing?|>()" style="filled" fillcolor=yellow];
190 [label="Exit block"];
}
191 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
154 [label="Postponed exit from lambda"];
155 [label="Function call: R|kotlin/run|<R|kotlin/Nothing?|>(...)" style="filled" fillcolor=yellow];
156 [label="Exit block"];
}
157 [label="Exit when branch result"];
158 [label="Enter when branch result"];
subgraph cluster_42 {
color=blue
159 [label="Enter block"];
160 [label="Postponed enter to lambda"];
subgraph cluster_43 {
color=blue
180 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_44 {
color=blue
181 [label="Enter block"];
182 [label="Const: Null(null)"];
183 [label="Assignment: R|<local>/p|"];
184 [label="Function call: R|/n|<R|kotlin/Nothing?|>()" style="filled" fillcolor=yellow];
185 [label="Exit block"];
}
186 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
161 [label="Postponed exit from lambda"];
162 [label="Function call: R|kotlin/run|<R|kotlin/Nothing?|>(...)" style="filled" fillcolor=yellow];
163 [label="Exit block"];
}
164 [label="Exit when branch result"];
165 [label="Exit when"];
}
166 [label="Function call: R|/id|<R|kotlin/Nothing?|>(...)" style="filled" fillcolor=yellow];
167 [label="Const: Int(1)"];
168 [label="Postponed enter to lambda"];
subgraph cluster_45 {
color=blue
192 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_46 {
color=blue
193 [label="Enter block"];
194 [label="Access variable R|<local>/p|"];
195 [label="Smart cast: R|<local>/p|"];
196 [label="Access variable R|kotlin/String.length<Inapplicable(UNSTABLE_SMARTCAST): kotlin/String.length>#|"];
197 [label="Const: Int(123)"];
198 [label="Exit block"];
}
199 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
169 [label="Postponed exit from lambda"];
170 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
171 [label="Merge postponed lambda exits"];
172 [label="Function call: R|/foo|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
173 [label="Access variable R|<local>/p|"];
174 [label="Access variable R|kotlin/String.length<Inapplicable(UNSAFE_CALL): kotlin/String.length>#|"];
175 [label="Exit block"];
}
176 [label="Exit when branch result"];
177 [label="Exit when"];
}
178 [label="Exit block"];
}
179 [label="Exit function test4" style="filled" fillcolor=red];
}
132 -> {133};
133 -> {134};
134 -> {135};
135 -> {136};
136 -> {137};
137 -> {138};
138 -> {139};
139 -> {140};
140 -> {141};
141 -> {143 142};
142 -> {177};
143 -> {144};
144 -> {145};
145 -> {146};
146 -> {147};
147 -> {148};
148 -> {158 149};
149 -> {150};
150 -> {151};
151 -> {152};
152 -> {153};
153 -> {187 155};
153 -> {154} [style=dotted];
153 -> {187} [style=dashed];
154 -> {171} [color=red];
154 -> {155} [color=green];
155 -> {156};
156 -> {157};
157 -> {165};
158 -> {159};
159 -> {160};
160 -> {180 162};
160 -> {161} [style=dotted];
160 -> {180} [style=dashed];
161 -> {171} [color=red];
161 -> {162} [color=green];
162 -> {163};
163 -> {164};
164 -> {165};
165 -> {171 166};
166 -> {167};
167 -> {168};
168 -> {192 170};
168 -> {169} [style=dotted];
168 -> {192} [style=dashed];
169 -> {172} [color=red];
169 -> {170} [color=green];
170 -> {172};
171 -> {172} [color=red];
172 -> {173};
173 -> {174};
174 -> {175};
175 -> {176};
176 -> {177};
177 -> {178};
178 -> {179};
180 -> {181};
181 -> {182};
182 -> {183};
183 -> {184};
184 -> {185};
185 -> {186};
186 -> {161};
187 -> {188};
188 -> {189};
189 -> {190};
190 -> {191};
191 -> {154};
192 -> {193};
193 -> {194};
194 -> {195};
195 -> {196};
196 -> {197};
197 -> {198};
198 -> {199};
199 -> {169};
subgraph cluster_47 {
color=red
200 [label="Enter function test5" style="filled" fillcolor=red];
subgraph cluster_48 {
color=blue
201 [label="Enter block"];
202 [label="Access variable R|<local>/y|"];
203 [label="Enter safe call"];
204 [label="Postponed enter to lambda"];
subgraph cluster_49 {
color=blue
218 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_50 {
color=blue
219 [label="Enter block"];
220 [label="Access variable R|<local>/x|"];
221 [label="Type operator: (R|<local>/x| as R|kotlin/String|)"];
222 [label="Function call: R|/n|<R|kotlin/Nothing?|>()" style="filled" fillcolor=yellow];
223 [label="Exit block"];
}
224 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
205 [label="Postponed exit from lambda"];
206 [label="Function call: $subj$.R|kotlin/let|<R|kotlin/String|, R|kotlin/Nothing?|>(...)" style="filled" fillcolor=yellow];
207 [label="Exit safe call"];
208 [label="Const: Int(1)"];
209 [label="Postponed enter to lambda"];
subgraph cluster_51 {
color=blue
225 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_52 {
color=blue
226 [label="Enter block"];
227 [label="Const: String()"];
228 [label="Exit block"];
}
229 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
210 [label="Postponed exit from lambda"];
211 [label="Function call: R|kotlin/run|<R|kotlin/String|>(...)" style="filled" fillcolor=yellow];
212 [label="Merge postponed lambda exits"];
213 [label="Function call: R|/foo|<R|kotlin/String|>(...)" style="filled" fillcolor=yellow];
214 [label="Access variable R|<local>/x|"];
215 [label="Access variable R|kotlin/String.length<Inapplicable(UNSAFE_CALL): kotlin/String.length>#|"];
216 [label="Exit block"];
}
217 [label="Exit function test5" style="filled" fillcolor=red];
}
200 -> {201};
201 -> {202};
202 -> {203 207};
203 -> {204};
204 -> {218 206};
204 -> {205} [style=dotted];
204 -> {218} [style=dashed];
205 -> {212} [color=red];
205 -> {206} [color=green];
206 -> {207};
207 -> {212 208};
208 -> {209};
209 -> {225 211};
209 -> {210} [style=dotted];
209 -> {225} [style=dashed];
210 -> {213} [color=red];
210 -> {211} [color=green];
211 -> {213};
212 -> {213} [color=red];
213 -> {214};
214 -> {215};
215 -> {216};
216 -> {217};
218 -> {219};
219 -> {220};
220 -> {221};
221 -> {222};
222 -> {223};
223 -> {224};
224 -> {205};
225 -> {226};
226 -> {227};
227 -> {228};
228 -> {229};
229 -> {210};
subgraph cluster_53 {
color=red
230 [label="Enter function test6" style="filled" fillcolor=red];
subgraph cluster_54 {
color=blue
231 [label="Enter block"];
subgraph cluster_55 {
color=blue
232 [label="Enter when"];
subgraph cluster_56 {
color=blue
233 [label="Enter when branch condition "];
234 [label="Const: Boolean(true)"];
235 [label="Exit when branch condition"];
}
subgraph cluster_57 {
color=blue
236 [label="Enter when branch condition else"];
237 [label="Exit when branch condition"];
}
238 [label="Enter when branch result"];
subgraph cluster_58 {
color=blue
239 [label="Enter block"];
240 [label="Postponed enter to lambda"];
subgraph cluster_59 {
color=blue
271 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_60 {
color=blue
272 [label="Enter block"];
273 [label="Access variable R|<local>/x|"];
274 [label="Type operator: (R|<local>/x| as R|kotlin/String|)"];
275 [label="Function call: R|/n|<R|kotlin/Nothing?|>()" style="filled" fillcolor=yellow];
276 [label="Exit block"];
}
277 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
241 [label="Postponed exit from lambda"];
242 [label="Function call: R|kotlin/run|<R|kotlin/Nothing?|>(...)" style="filled" fillcolor=yellow];
243 [label="Exit block"];
}
244 [label="Exit when branch result"];
245 [label="Enter when branch result"];
subgraph cluster_61 {
color=blue
246 [label="Enter block"];
247 [label="Postponed enter to lambda"];
subgraph cluster_62 {
color=blue
264 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_63 {
color=blue
265 [label="Enter block"];
266 [label="Access variable R|<local>/x|"];
267 [label="Type operator: (R|<local>/x| as R|kotlin/String|)"];
268 [label="Function call: R|/n|<R|kotlin/Nothing?|>()" style="filled" fillcolor=yellow];
269 [label="Exit block"];
}
270 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
248 [label="Postponed exit from lambda"];
249 [label="Function call: R|kotlin/run|<R|kotlin/Nothing?|>(...)" style="filled" fillcolor=yellow];
250 [label="Exit block"];
}
251 [label="Exit when branch result"];
252 [label="Exit when"];
}
253 [label="Function call: R|/id|<R|kotlin/Nothing?|>(...)" style="filled" fillcolor=yellow];
254 [label="Const: Int(1)"];
255 [label="Postponed enter to lambda"];
subgraph cluster_64 {
color=blue
278 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_65 {
color=blue
279 [label="Enter block"];
280 [label="Access variable R|<local>/x|"];
281 [label="Access variable R|kotlin/String.length<Inapplicable(UNSAFE_CALL): kotlin/String.length>#|"];
282 [label="Const: Int(123)"];
283 [label="Exit block"];
}
284 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
256 [label="Postponed exit from lambda"];
257 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
258 [label="Merge postponed lambda exits"];
259 [label="Function call: R|/foo|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
260 [label="Access variable R|<local>/x|"];
261 [label="Access variable R|kotlin/String.length<Inapplicable(UNSAFE_CALL): kotlin/String.length>#|"];
262 [label="Exit block"];
}
263 [label="Exit function test6" style="filled" fillcolor=red];
}
230 -> {231};
231 -> {232};
232 -> {233};
233 -> {234};
234 -> {235};
235 -> {245 236};
236 -> {237};
237 -> {238};
238 -> {239};
239 -> {240};
240 -> {271 242};
240 -> {241} [style=dotted];
240 -> {271} [style=dashed];
241 -> {258} [color=red];
241 -> {242} [color=green];
242 -> {243};
243 -> {244};
244 -> {252};
245 -> {246};
246 -> {247};
247 -> {264 249};
247 -> {248} [style=dotted];
247 -> {264} [style=dashed];
248 -> {258} [color=red];
248 -> {249} [color=green];
249 -> {250};
250 -> {251};
251 -> {252};
252 -> {258 253};
253 -> {254};
254 -> {255};
255 -> {278 257};
255 -> {256} [style=dotted];
255 -> {278} [style=dashed];
256 -> {259} [color=red];
256 -> {257} [color=green];
257 -> {259};
258 -> {259} [color=red];
259 -> {260};
260 -> {261};
261 -> {262};
262 -> {263};
264 -> {265};
265 -> {266};
266 -> {267};
267 -> {268};
268 -> {269};
269 -> {270};
270 -> {248};
271 -> {272};
272 -> {273};
273 -> {274};
274 -> {275};
275 -> {276};
276 -> {277};
277 -> {241};
278 -> {279};
279 -> {280};
280 -> {281};
281 -> {282};
282 -> {283};
283 -> {284};
284 -> {256};
subgraph cluster_66 {
color=red
285 [label="Enter function test7" style="filled" fillcolor=red];
subgraph cluster_67 {
color=blue
286 [label="Enter block"];
287 [label="Access variable R|<local>/x|"];
288 [label="Variable declaration: lvar p: R|kotlin/String?|"];
subgraph cluster_68 {
color=blue
289 [label="Enter when"];
subgraph cluster_69 {
color=blue
290 [label="Enter when branch condition "];
291 [label="Access variable R|<local>/p|"];
292 [label="Const: Null(null)"];
293 [label="Equality operator !="];
294 [label="Exit when branch condition"];
}
295 [label="Synthetic else branch"];
296 [label="Enter when branch result"];
subgraph cluster_70 {
color=blue
297 [label="Enter block"];
298 [label="Postponed enter to lambda"];
subgraph cluster_71 {
color=blue
315 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_72 {
color=blue
316 [label="Enter block"];
317 [label="Const: Null(null)"];
318 [label="Assignment: R|<local>/p|"];
319 [label="Function call: R|/n|<R|kotlin/Nothing?|>()" style="filled" fillcolor=yellow];
320 [label="Exit block"];
}
321 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
299 [label="Postponed exit from lambda"];
300 [label="Function call: R|kotlin/run|<R|kotlin/Nothing?|>(...)" style="filled" fillcolor=yellow];
301 [label="Function call: R|/id|<R|kotlin/Nothing?|>(...)" style="filled" fillcolor=yellow];
302 [label="Const: Int(1)"];
303 [label="Postponed enter to lambda"];
subgraph cluster_73 {
color=blue
322 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_74 {
color=blue
323 [label="Enter block"];
324 [label="Access variable R|<local>/p|"];
325 [label="Smart cast: R|<local>/p|"];
326 [label="Access variable R|kotlin/String.length<Inapplicable(UNSTABLE_SMARTCAST): kotlin/String.length>#|"];
327 [label="Const: Int(123)"];
328 [label="Exit block"];
}
329 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
304 [label="Postponed exit from lambda"];
305 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
306 [label="Function call: R|/foo|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
307 [label="Access variable R|<local>/p|"];
308 [label="Smart cast: R|<local>/p|"];
309 [label="Access variable R|kotlin/String.length<Inapplicable(UNSAFE_CALL): kotlin/String.length>#|"];
310 [label="Exit block"];
}
311 [label="Exit when branch result"];
312 [label="Exit when"];
}
313 [label="Exit block"];
}
314 [label="Exit function test7" style="filled" fillcolor=red];
}
285 -> {286};
286 -> {287};
287 -> {288};
288 -> {289};
289 -> {290};
290 -> {291};
291 -> {292};
292 -> {293};
293 -> {294};
294 -> {296 295};
295 -> {312};
296 -> {297};
297 -> {298};
298 -> {315 300};
298 -> {299} [style=dotted];
298 -> {315} [style=dashed];
299 -> {306} [color=red];
299 -> {300} [color=green];
300 -> {301};
301 -> {302};
302 -> {303};
303 -> {322 305};
303 -> {304} [style=dotted];
303 -> {322} [style=dashed];
304 -> {306} [color=red];
304 -> {305} [color=green];
305 -> {306};
306 -> {307};
307 -> {308};
308 -> {309};
309 -> {310};
310 -> {311};
311 -> {312};
312 -> {313};
313 -> {314};
315 -> {316};
316 -> {317};
317 -> {318};
318 -> {319};
319 -> {320};
320 -> {321};
321 -> {299};
322 -> {323};
323 -> {324};
324 -> {325};
325 -> {326};
326 -> {327};
327 -> {328};
328 -> {329};
329 -> {304};
}