Files
Kirill Rakhman b4413776ab [Raw FIR] Build if - else if - else as two nested whens
This is necessary for inference to work like in K1 because we only
add equality constraints from expected types on top-level `when`, not
on nested ones.

#KT-65882
2024-03-05 17:38:59 +00:00

903 lines
35 KiB
Plaintext
Vendored

digraph implicitReceivers_kt {
graph [nodesep=3]
node [shape=box penwidth=2]
edge [penwidth=2]
subgraph cluster_0 {
color=red
0 [label="Enter file implicitReceivers.kt" style="filled" fillcolor=red];
1 [label="Exit file implicitReceivers.kt" style="filled" fillcolor=red];
}
0 -> {1} [color=green];
subgraph cluster_1 {
color=red
2 [label="Enter class A" style="filled" fillcolor=red];
subgraph cluster_2 {
color=blue
3 [label="Enter function <init>" style="filled" fillcolor=red];
4 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow];
5 [label="Exit function <init>" style="filled" fillcolor=red];
}
6 [label="Exit class A" style="filled" fillcolor=red];
}
2 -> {3} [color=green];
2 -> {6} [style=dotted];
2 -> {3} [style=dashed];
3 -> {4};
4 -> {5};
5 -> {6} [color=green];
subgraph cluster_3 {
color=red
7 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_4 {
color=blue
8 [label="Enter block"];
9 [label="Exit block"];
}
10 [label="Exit function foo" style="filled" fillcolor=red];
}
7 -> {8};
8 -> {9};
9 -> {10};
subgraph cluster_5 {
color=red
11 [label="Enter class B" style="filled" fillcolor=red];
subgraph cluster_6 {
color=blue
12 [label="Enter function <init>" style="filled" fillcolor=red];
13 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow];
14 [label="Exit function <init>" style="filled" fillcolor=red];
}
15 [label="Exit class B" style="filled" fillcolor=red];
}
11 -> {12} [color=green];
11 -> {15} [style=dotted];
11 -> {12} [style=dashed];
12 -> {13};
13 -> {14};
14 -> {15} [color=green];
subgraph cluster_7 {
color=red
16 [label="Enter function bar" style="filled" fillcolor=red];
subgraph cluster_8 {
color=blue
17 [label="Enter block"];
18 [label="Exit block"];
}
19 [label="Exit function bar" style="filled" fillcolor=red];
}
16 -> {17};
17 -> {18};
18 -> {19};
subgraph cluster_9 {
color=red
20 [label="Enter function with" style="filled" fillcolor=red];
subgraph cluster_10 {
color=blue
21 [label="Enter block"];
22 [label="Exit block"];
}
23 [label="Exit function with" style="filled" fillcolor=red];
}
20 -> {21};
21 -> {22};
22 -> {23};
subgraph cluster_11 {
color=red
24 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_12 {
color=blue
25 [label="Enter block"];
subgraph cluster_13 {
color=blue
26 [label="Enter when"];
subgraph cluster_14 {
color=blue
27 [label="Enter when branch condition "];
28 [label="Access variable this@R|/test_1|"];
29 [label="Type operator: (this@R|/test_1| is R|A|)"];
30 [label="Exit when branch condition"];
}
subgraph cluster_15 {
color=blue
31 [label="Enter when branch condition else"];
32 [label="Exit when branch condition"];
}
33 [label="Enter when branch result"];
subgraph cluster_16 {
color=blue
34 [label="Enter block"];
subgraph cluster_17 {
color=blue
35 [label="Function call arguments enter"];
36 [label="Access variable this@R|/test_1|"];
37 [label="Function call arguments exit"];
}
38 [label="Function call: this@R|/test_1|.<Unresolved name: foo>#()" style="filled" fillcolor=yellow];
subgraph cluster_18 {
color=blue
39 [label="Function call arguments enter"];
40 [label="Function call arguments exit"];
}
41 [label="Function call: <Unresolved name: foo>#()" style="filled" fillcolor=yellow];
42 [label="Exit block"];
}
43 [label="Exit when branch result"];
44 [label="Enter when branch result"];
subgraph cluster_19 {
color=blue
45 [label="Enter block"];
subgraph cluster_20 {
color=blue
46 [label="Function call arguments enter"];
47 [label="Access variable this@R|/test_1|"];
48 [label="Smart cast: this@R|/test_1|"];
49 [label="Function call arguments exit"];
}
50 [label="Function call: this@R|/test_1|.R|/A.foo|()" style="filled" fillcolor=yellow];
subgraph cluster_21 {
color=blue
51 [label="Function call arguments enter"];
52 [label="Function call arguments exit"];
}
53 [label="Function call: this@R|/test_1|.R|/A.foo|()" style="filled" fillcolor=yellow];
54 [label="Exit block"];
}
55 [label="Exit when branch result"];
56 [label="Exit when"];
}
subgraph cluster_22 {
color=blue
57 [label="Function call arguments enter"];
58 [label="Access variable this@R|/test_1|"];
59 [label="Function call arguments exit"];
}
60 [label="Function call: this@R|/test_1|.<Unresolved name: foo>#()" style="filled" fillcolor=yellow];
subgraph cluster_23 {
color=blue
61 [label="Function call arguments enter"];
62 [label="Function call arguments exit"];
}
63 [label="Function call: <Unresolved name: foo>#()" style="filled" fillcolor=yellow];
64 [label="Exit block"];
}
65 [label="Exit function test_1" style="filled" fillcolor=red];
}
24 -> {25};
25 -> {26};
26 -> {27};
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {31 44};
31 -> {32};
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {40};
40 -> {41};
41 -> {42};
42 -> {43};
43 -> {56};
44 -> {45};
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {49};
49 -> {50};
50 -> {51};
51 -> {52};
52 -> {53};
53 -> {54};
54 -> {55};
55 -> {56};
56 -> {57};
57 -> {58};
58 -> {59};
59 -> {60};
60 -> {61};
61 -> {62};
62 -> {63};
63 -> {64};
64 -> {65};
subgraph cluster_24 {
color=red
66 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_25 {
color=blue
67 [label="Enter block"];
subgraph cluster_26 {
color=blue
68 [label="Enter when"];
subgraph cluster_27 {
color=blue
69 [label="Enter when branch condition "];
70 [label="Access variable this@R|/test_2|"];
71 [label="Type operator: (this@R|/test_2| !is R|A|)"];
72 [label="Exit when branch condition"];
}
subgraph cluster_28 {
color=blue
73 [label="Enter when branch condition else"];
74 [label="Exit when branch condition"];
}
75 [label="Enter when branch result"];
subgraph cluster_29 {
color=blue
76 [label="Enter block"];
subgraph cluster_30 {
color=blue
77 [label="Function call arguments enter"];
78 [label="Access variable this@R|/test_2|"];
79 [label="Smart cast: this@R|/test_2|"];
80 [label="Function call arguments exit"];
}
81 [label="Function call: this@R|/test_2|.R|/A.foo|()" style="filled" fillcolor=yellow];
subgraph cluster_31 {
color=blue
82 [label="Function call arguments enter"];
83 [label="Function call arguments exit"];
}
84 [label="Function call: this@R|/test_2|.R|/A.foo|()" style="filled" fillcolor=yellow];
85 [label="Exit block"];
}
86 [label="Exit when branch result"];
87 [label="Enter when branch result"];
subgraph cluster_32 {
color=blue
88 [label="Enter block"];
subgraph cluster_33 {
color=blue
89 [label="Function call arguments enter"];
90 [label="Access variable this@R|/test_2|"];
91 [label="Function call arguments exit"];
}
92 [label="Function call: this@R|/test_2|.<Unresolved name: foo>#()" style="filled" fillcolor=yellow];
subgraph cluster_34 {
color=blue
93 [label="Function call arguments enter"];
94 [label="Function call arguments exit"];
}
95 [label="Function call: <Unresolved name: foo>#()" style="filled" fillcolor=yellow];
96 [label="Exit block"];
}
97 [label="Exit when branch result"];
98 [label="Exit when"];
}
subgraph cluster_35 {
color=blue
99 [label="Function call arguments enter"];
100 [label="Access variable this@R|/test_2|"];
101 [label="Function call arguments exit"];
}
102 [label="Function call: this@R|/test_2|.<Unresolved name: foo>#()" style="filled" fillcolor=yellow];
subgraph cluster_36 {
color=blue
103 [label="Function call arguments enter"];
104 [label="Function call arguments exit"];
}
105 [label="Function call: <Unresolved name: foo>#()" style="filled" fillcolor=yellow];
106 [label="Exit block"];
}
107 [label="Exit function test_2" style="filled" fillcolor=red];
}
66 -> {67};
67 -> {68};
68 -> {69};
69 -> {70};
70 -> {71};
71 -> {72};
72 -> {73 87};
73 -> {74};
74 -> {75};
75 -> {76};
76 -> {77};
77 -> {78};
78 -> {79};
79 -> {80};
80 -> {81};
81 -> {82};
82 -> {83};
83 -> {84};
84 -> {85};
85 -> {86};
86 -> {98};
87 -> {88};
88 -> {89};
89 -> {90};
90 -> {91};
91 -> {92};
92 -> {93};
93 -> {94};
94 -> {95};
95 -> {96};
96 -> {97};
97 -> {98};
98 -> {99};
99 -> {100};
100 -> {101};
101 -> {102};
102 -> {103};
103 -> {104};
104 -> {105};
105 -> {106};
106 -> {107};
subgraph cluster_37 {
color=red
108 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_38 {
color=blue
109 [label="Enter block"];
subgraph cluster_39 {
color=blue
110 [label="Function call arguments enter"];
111 [label="Access variable R|<local>/a|"];
112 [label="Postponed enter to lambda"];
subgraph cluster_40 {
color=blue
113 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_41 {
color=blue
114 [label="Enter block"];
subgraph cluster_42 {
color=blue
115 [label="Function call arguments enter"];
116 [label="Access variable R|<local>/b|"];
117 [label="Postponed enter to lambda"];
subgraph cluster_43 {
color=blue
118 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_44 {
color=blue
119 [label="Enter block"];
subgraph cluster_45 {
color=blue
120 [label="Function call arguments enter"];
121 [label="Access variable R|<local>/c|"];
122 [label="Postponed enter to lambda"];
subgraph cluster_46 {
color=blue
123 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_47 {
color=blue
124 [label="Enter block"];
125 [label="Access variable this@R|special/anonymous|"];
126 [label="Type operator: (this@R|special/anonymous| as R|A|)"];
subgraph cluster_48 {
color=blue
127 [label="Function call arguments enter"];
128 [label="Access variable this@R|special/anonymous|"];
129 [label="Smart cast: this@R|special/anonymous|"];
130 [label="Function call arguments exit"];
}
131 [label="Function call: this@R|special/anonymous|.R|/A.foo|()" style="filled" fillcolor=yellow];
subgraph cluster_49 {
color=blue
132 [label="Function call arguments enter"];
133 [label="Function call arguments exit"];
}
134 [label="Function call: this@R|special/anonymous|.R|/A.foo|()" style="filled" fillcolor=yellow];
135 [label="Exit block"];
}
136 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
137 [label="Function call arguments exit"];
}
138 [label="Postponed exit from lambda"];
139 [label="Function call: R|kotlin/with|<R|kotlin/Any|, R|kotlin/Unit|>(...)" style="filled" fillcolor=yellow];
subgraph cluster_50 {
color=blue
140 [label="Function call arguments enter"];
141 [label="Access variable this@R|special/anonymous|"];
142 [label="Function call arguments exit"];
}
143 [label="Function call: this@R|special/anonymous|.<Unresolved name: foo>#()" style="filled" fillcolor=yellow];
subgraph cluster_51 {
color=blue
144 [label="Function call arguments enter"];
145 [label="Function call arguments exit"];
}
146 [label="Function call: <Unresolved name: foo>#()" style="filled" fillcolor=yellow];
147 [label="Exit block"];
}
148 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
149 [label="Function call arguments exit"];
}
150 [label="Postponed exit from lambda"];
151 [label="Function call: R|kotlin/with<Inapplicable(INAPPLICABLE): kotlin/with>#|<R|kotlin/Any|, <ERROR TYPE REF: Cannot infer argument for type parameter R>>(...)" style="filled" fillcolor=yellow];
152 [label="Exit block"];
}
153 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
154 [label="Function call arguments exit"];
}
155 [label="Postponed exit from lambda"];
156 [label="Function call: R|kotlin/with<CS errors: kotlin/with>#|<R|kotlin/Any|, <ERROR TYPE REF: Cannot infer argument for type parameter R>>(...)" style="filled" fillcolor=yellow];
157 [label="Exit block"];
}
158 [label="Exit function test_3" style="filled" fillcolor=red];
}
108 -> {109};
109 -> {110};
110 -> {111};
111 -> {112};
112 -> {113 154};
112 -> {155} [style=dotted];
112 -> {113} [style=dashed];
113 -> {114};
114 -> {115};
115 -> {116};
116 -> {117};
117 -> {118 149};
117 -> {150} [style=dotted];
117 -> {118} [style=dashed];
118 -> {119};
119 -> {120};
120 -> {121};
121 -> {122};
122 -> {123 137};
122 -> {138} [style=dotted];
122 -> {123} [style=dashed];
123 -> {124};
124 -> {125};
125 -> {126};
126 -> {127};
127 -> {128};
128 -> {129};
129 -> {130};
130 -> {131};
131 -> {132};
132 -> {133};
133 -> {134};
134 -> {135};
135 -> {136};
136 -> {138};
137 -> {139};
138 -> {139} [label="Postponed"];
139 -> {140};
140 -> {141};
141 -> {142};
142 -> {143};
143 -> {144};
144 -> {145};
145 -> {146};
146 -> {147};
147 -> {148};
148 -> {150};
149 -> {151};
150 -> {151} [color=green];
150 -> {156} [color=red label="Postponed"];
151 -> {152};
152 -> {153};
153 -> {155};
154 -> {156};
155 -> {156} [label="Postponed"];
156 -> {157};
157 -> {158};
subgraph cluster_52 {
color=red
159 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_53 {
color=blue
160 [label="Enter block"];
subgraph cluster_54 {
color=blue
161 [label="Enter when"];
subgraph cluster_55 {
color=blue
162 [label="Enter when branch condition "];
163 [label="Access variable this@R|/test_4|"];
164 [label="Type operator: (this@R|/test_4| !is R|A|)"];
165 [label="Exit when branch condition"];
}
subgraph cluster_56 {
color=blue
166 [label="Enter when branch condition else"];
167 [label="Exit when branch condition"];
}
168 [label="Enter when branch result"];
subgraph cluster_57 {
color=blue
169 [label="Enter block"];
subgraph cluster_58 {
color=blue
170 [label="Enter when"];
subgraph cluster_59 {
color=blue
171 [label="Enter when branch condition "];
172 [label="Access variable this@R|/test_4|"];
173 [label="Smart cast: this@R|/test_4|"];
174 [label="Type operator: (this@R|/test_4| !is R|B|)"];
175 [label="Exit when branch condition"];
}
subgraph cluster_60 {
color=blue
176 [label="Enter when branch condition else"];
177 [label="Exit when branch condition"];
}
178 [label="Enter when branch result"];
subgraph cluster_61 {
color=blue
179 [label="Enter block"];
subgraph cluster_62 {
color=blue
180 [label="Function call arguments enter"];
181 [label="Access variable this@R|/test_4|"];
182 [label="Smart cast: this@R|/test_4|"];
183 [label="Function call arguments exit"];
}
184 [label="Function call: this@R|/test_4|.R|/A.foo|()" style="filled" fillcolor=yellow];
subgraph cluster_63 {
color=blue
185 [label="Function call arguments enter"];
186 [label="Function call arguments exit"];
}
187 [label="Function call: this@R|/test_4|.R|/A.foo|()" style="filled" fillcolor=yellow];
subgraph cluster_64 {
color=blue
188 [label="Function call arguments enter"];
189 [label="Access variable this@R|/test_4|"];
190 [label="Smart cast: this@R|/test_4|"];
191 [label="Function call arguments exit"];
}
192 [label="Function call: this@R|/test_4|.R|/B.bar|()" style="filled" fillcolor=yellow];
subgraph cluster_65 {
color=blue
193 [label="Function call arguments enter"];
194 [label="Function call arguments exit"];
}
195 [label="Function call: this@R|/test_4|.R|/B.bar|()" style="filled" fillcolor=yellow];
196 [label="Exit block"];
}
197 [label="Exit when branch result"];
198 [label="Enter when branch result"];
subgraph cluster_66 {
color=blue
199 [label="Enter block"];
subgraph cluster_67 {
color=blue
200 [label="Function call arguments enter"];
201 [label="Access variable this@R|/test_4|"];
202 [label="Smart cast: this@R|/test_4|"];
203 [label="Function call arguments exit"];
}
204 [label="Function call: this@R|/test_4|.<Unresolved name: bar>#()" style="filled" fillcolor=yellow];
subgraph cluster_68 {
color=blue
205 [label="Function call arguments enter"];
206 [label="Function call arguments exit"];
}
207 [label="Function call: <Unresolved name: bar>#()" style="filled" fillcolor=yellow];
subgraph cluster_69 {
color=blue
208 [label="Function call arguments enter"];
209 [label="Access variable this@R|/test_4|"];
210 [label="Smart cast: this@R|/test_4|"];
211 [label="Function call arguments exit"];
}
212 [label="Function call: this@R|/test_4|.R|/A.foo|()" style="filled" fillcolor=yellow];
subgraph cluster_70 {
color=blue
213 [label="Function call arguments enter"];
214 [label="Function call arguments exit"];
}
215 [label="Function call: this@R|/test_4|.R|/A.foo|()" style="filled" fillcolor=yellow];
216 [label="Exit block"];
}
217 [label="Exit when branch result"];
218 [label="Exit when"];
}
219 [label="Exit block"];
}
220 [label="Exit when branch result"];
221 [label="Enter when branch result"];
subgraph cluster_71 {
color=blue
222 [label="Enter block"];
subgraph cluster_72 {
color=blue
223 [label="Function call arguments enter"];
224 [label="Access variable this@R|/test_4|"];
225 [label="Function call arguments exit"];
}
226 [label="Function call: this@R|/test_4|.<Unresolved name: foo>#()" style="filled" fillcolor=yellow];
subgraph cluster_73 {
color=blue
227 [label="Function call arguments enter"];
228 [label="Function call arguments exit"];
}
229 [label="Function call: <Unresolved name: foo>#()" style="filled" fillcolor=yellow];
subgraph cluster_74 {
color=blue
230 [label="Function call arguments enter"];
231 [label="Access variable this@R|/test_4|"];
232 [label="Function call arguments exit"];
}
233 [label="Function call: this@R|/test_4|.<Unresolved name: bar>#()" style="filled" fillcolor=yellow];
subgraph cluster_75 {
color=blue
234 [label="Function call arguments enter"];
235 [label="Function call arguments exit"];
}
236 [label="Function call: <Unresolved name: bar>#()" style="filled" fillcolor=yellow];
237 [label="Exit block"];
}
238 [label="Exit when branch result"];
239 [label="Exit when"];
}
subgraph cluster_76 {
color=blue
240 [label="Function call arguments enter"];
241 [label="Access variable this@R|/test_4|"];
242 [label="Function call arguments exit"];
}
243 [label="Function call: this@R|/test_4|.<Unresolved name: foo>#()" style="filled" fillcolor=yellow];
subgraph cluster_77 {
color=blue
244 [label="Function call arguments enter"];
245 [label="Function call arguments exit"];
}
246 [label="Function call: <Unresolved name: foo>#()" style="filled" fillcolor=yellow];
subgraph cluster_78 {
color=blue
247 [label="Function call arguments enter"];
248 [label="Access variable this@R|/test_4|"];
249 [label="Function call arguments exit"];
}
250 [label="Function call: this@R|/test_4|.<Unresolved name: bar>#()" style="filled" fillcolor=yellow];
subgraph cluster_79 {
color=blue
251 [label="Function call arguments enter"];
252 [label="Function call arguments exit"];
}
253 [label="Function call: <Unresolved name: bar>#()" style="filled" fillcolor=yellow];
254 [label="Exit block"];
}
255 [label="Exit function test_4" style="filled" fillcolor=red];
}
159 -> {160};
160 -> {161};
161 -> {162};
162 -> {163};
163 -> {164};
164 -> {165};
165 -> {166 221};
166 -> {167};
167 -> {168};
168 -> {169};
169 -> {170};
170 -> {171};
171 -> {172};
172 -> {173};
173 -> {174};
174 -> {175};
175 -> {176 198};
176 -> {177};
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 -> {218};
198 -> {199};
199 -> {200};
200 -> {201};
201 -> {202};
202 -> {203};
203 -> {204};
204 -> {205};
205 -> {206};
206 -> {207};
207 -> {208};
208 -> {209};
209 -> {210};
210 -> {211};
211 -> {212};
212 -> {213};
213 -> {214};
214 -> {215};
215 -> {216};
216 -> {217};
217 -> {218};
218 -> {219};
219 -> {220};
220 -> {239};
221 -> {222};
222 -> {223};
223 -> {224};
224 -> {225};
225 -> {226};
226 -> {227};
227 -> {228};
228 -> {229};
229 -> {230};
230 -> {231};
231 -> {232};
232 -> {233};
233 -> {234};
234 -> {235};
235 -> {236};
236 -> {237};
237 -> {238};
238 -> {239};
239 -> {240};
240 -> {241};
241 -> {242};
242 -> {243};
243 -> {244};
244 -> {245};
245 -> {246};
246 -> {247};
247 -> {248};
248 -> {249};
249 -> {250};
250 -> {251};
251 -> {252};
252 -> {253};
253 -> {254};
254 -> {255};
subgraph cluster_80 {
color=red
256 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_81 {
color=blue
257 [label="Enter block"];
subgraph cluster_82 {
color=blue
258 [label="Enter when"];
subgraph cluster_83 {
color=blue
259 [label="Enter when branch condition "];
260 [label="Access variable this@R|/test_5|"];
261 [label="Type operator: (this@R|/test_5| is R|kotlin/collections/List<*>|)"];
262 [label="Exit when branch condition"];
}
subgraph cluster_84 {
color=blue
263 [label="Enter when branch condition "];
264 [label="Access variable this@R|/test_5|"];
265 [label="Type operator: (this@R|/test_5| is R|kotlin/String|)"];
266 [label="Exit when branch condition"];
}
subgraph cluster_85 {
color=blue
267 [label="Enter when branch condition else"];
268 [label="Exit when branch condition"];
}
269 [label="Enter when branch result"];
subgraph cluster_86 {
color=blue
270 [label="Enter block"];
271 [label="Const: Int(0)"];
272 [label="Exit block"];
}
273 [label="Exit when branch result"];
274 [label="Enter when branch result"];
subgraph cluster_87 {
color=blue
275 [label="Enter block"];
276 [label="Access variable R|kotlin/String.length|"];
277 [label="Exit block"];
}
278 [label="Exit when branch result"];
279 [label="Enter when branch result"];
subgraph cluster_88 {
color=blue
280 [label="Enter block"];
281 [label="Access variable R|SubstitutionOverride<kotlin/collections/List.size: R|kotlin/Int|>|"];
282 [label="Exit block"];
}
283 [label="Exit when branch result"];
284 [label="Exit when"];
}
285 [label="Jump: ^test_5 when () {
(this@R|/test_5| is R|kotlin/collections/List<*>|) -> {
this@R|/test_5|.R|SubstitutionOverride<kotlin/collections/List.size: R|kotlin/Int|>|
}
(this@R|/test_5| is R|kotlin/String|) -> {
this@R|/test_5|.R|kotlin/String.length|
}
else -> {
Int(0)
}
}
"];
286 [label="Stub" style="filled" fillcolor=gray];
287 [label="Exit block" style="filled" fillcolor=gray];
}
288 [label="Exit function test_5" style="filled" fillcolor=red];
}
256 -> {257};
257 -> {258};
258 -> {259};
259 -> {260};
260 -> {261};
261 -> {262};
262 -> {263 279};
263 -> {264};
264 -> {265};
265 -> {266};
266 -> {267 274};
267 -> {268};
268 -> {269};
269 -> {270};
270 -> {271};
271 -> {272};
272 -> {273};
273 -> {284};
274 -> {275};
275 -> {276};
276 -> {277};
277 -> {278};
278 -> {284};
279 -> {280};
280 -> {281};
281 -> {282};
282 -> {283};
283 -> {284};
284 -> {285};
285 -> {288};
285 -> {286} [style=dotted];
286 -> {287} [style=dotted];
287 -> {288} [style=dotted];
subgraph cluster_89 {
color=red
289 [label="Enter function test_6" style="filled" fillcolor=red];
subgraph cluster_90 {
color=blue
290 [label="Enter block"];
291 [label="Access variable this@R|/test_6|"];
292 [label="Type operator: (this@R|/test_6| as R|kotlin/collections/List<*>|)"];
293 [label="Access variable R|SubstitutionOverride<kotlin/collections/List.size: R|kotlin/Int|>|"];
294 [label="Access variable this@R|/test_6|"];
295 [label="Smart cast: this@R|/test_6|"];
296 [label="Type operator: (this@R|/test_6| as R|kotlin/String|)"];
297 [label="Access variable R|kotlin/String.length|"];
298 [label="Exit block"];
}
299 [label="Exit function test_6" style="filled" fillcolor=red];
}
289 -> {290};
290 -> {291};
291 -> {292};
292 -> {293};
293 -> {294};
294 -> {295};
295 -> {296};
296 -> {297};
297 -> {298};
298 -> {299};
}