FIR. Refactor smart-cast representation in FIR tree

Make smart-casts non-transparent expression without delegation
to underlying FirQualifiedAccessExpression, as children delegation in
fir tree has unclear semantics
Remove two different kinds of tree nodes for smart-casts
This commit is contained in:
Simon Ogorodnik
2022-08-02 00:49:24 +02:00
committed by teamcity
parent bc9db58b3c
commit 513af2dfbc
154 changed files with 9573 additions and 9320 deletions
@@ -113,19 +113,20 @@ digraph implicitReceivers_kt {
color=blue
39 [label="Enter block"];
40 [label="Access variable this@R|/test_1|"];
41 [label="Function call: this@R|/test_1|.R|/A.foo|()"];
41 [label="Smart cast: this@R|/test_1|"];
42 [label="Function call: this@R|/test_1|.R|/A.foo|()"];
43 [label="Exit block"];
43 [label="Function call: this@R|/test_1|.R|/A.foo|()"];
44 [label="Exit block"];
}
44 [label="Exit when branch result"];
45 [label="Exit when"];
45 [label="Exit when branch result"];
46 [label="Exit when"];
}
46 [label="Access variable this@R|/test_1|"];
47 [label="Function call: this@R|/test_1|.<Unresolved name: foo>#()"];
48 [label="Function call: <Unresolved name: foo>#()"];
49 [label="Exit block"];
47 [label="Access variable this@R|/test_1|"];
48 [label="Function call: this@R|/test_1|.<Unresolved name: foo>#()"];
49 [label="Function call: <Unresolved name: foo>#()"];
50 [label="Exit block"];
}
50 [label="Exit function test_1" style="filled" fillcolor=red];
51 [label="Exit function test_1" style="filled" fillcolor=red];
}
22 -> {23};
23 -> {24};
@@ -142,7 +143,7 @@ digraph implicitReceivers_kt {
34 -> {35};
35 -> {36};
36 -> {37};
37 -> {45};
37 -> {46};
38 -> {39};
39 -> {40};
40 -> {41};
@@ -155,65 +156,66 @@ digraph implicitReceivers_kt {
47 -> {48};
48 -> {49};
49 -> {50};
50 -> {51};
subgraph cluster_17 {
color=red
51 [label="Enter function test_2" style="filled" fillcolor=red];
52 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_18 {
color=blue
52 [label="Enter block"];
53 [label="Enter block"];
subgraph cluster_19 {
color=blue
53 [label="Enter when"];
54 [label="Enter when"];
subgraph cluster_20 {
color=blue
54 [label="Enter when branch condition "];
55 [label="Access variable this@R|/test_2|"];
56 [label="Type operator: (this@R|/test_2| !is R|A|)"];
57 [label="Exit when branch condition"];
55 [label="Enter when branch condition "];
56 [label="Access variable this@R|/test_2|"];
57 [label="Type operator: (this@R|/test_2| !is R|A|)"];
58 [label="Exit when branch condition"];
}
subgraph cluster_21 {
color=blue
58 [label="Enter when branch condition else"];
59 [label="Exit when branch condition"];
59 [label="Enter when branch condition else"];
60 [label="Exit when branch condition"];
}
60 [label="Enter when branch result"];
61 [label="Enter when branch result"];
subgraph cluster_22 {
color=blue
61 [label="Enter block"];
62 [label="Access variable this@R|/test_2|"];
63 [label="Function call: this@R|/test_2|.R|/A.foo|()"];
64 [label="Function call: this@R|/test_2|.R|/A.foo|()"];
65 [label="Exit block"];
62 [label="Enter block"];
63 [label="Access variable this@R|/test_2|"];
64 [label="Smart cast: this@R|/test_2|"];
65 [label="Function call: this@R|/test_2|.R|/A.foo|()"];
66 [label="Function call: this@R|/test_2|.R|/A.foo|()"];
67 [label="Exit block"];
}
66 [label="Exit when branch result"];
67 [label="Enter when branch result"];
68 [label="Exit when branch result"];
69 [label="Enter when branch result"];
subgraph cluster_23 {
color=blue
68 [label="Enter block"];
69 [label="Access variable this@R|/test_2|"];
70 [label="Function call: this@R|/test_2|.<Unresolved name: foo>#()"];
71 [label="Function call: <Unresolved name: foo>#()"];
72 [label="Exit block"];
70 [label="Enter block"];
71 [label="Access variable this@R|/test_2|"];
72 [label="Function call: this@R|/test_2|.<Unresolved name: foo>#()"];
73 [label="Function call: <Unresolved name: foo>#()"];
74 [label="Exit block"];
}
73 [label="Exit when branch result"];
74 [label="Exit when"];
75 [label="Exit when branch result"];
76 [label="Exit when"];
}
75 [label="Access variable this@R|/test_2|"];
76 [label="Function call: this@R|/test_2|.<Unresolved name: foo>#()"];
77 [label="Function call: <Unresolved name: foo>#()"];
78 [label="Exit block"];
77 [label="Access variable this@R|/test_2|"];
78 [label="Function call: this@R|/test_2|.<Unresolved name: foo>#()"];
79 [label="Function call: <Unresolved name: foo>#()"];
80 [label="Exit block"];
}
79 [label="Exit function test_2" style="filled" fillcolor=red];
81 [label="Exit function test_2" style="filled" fillcolor=red];
}
51 -> {52};
52 -> {53};
53 -> {54};
54 -> {55};
55 -> {56};
56 -> {57};
57 -> {67 58};
58 -> {59};
57 -> {58};
58 -> {69 59};
59 -> {60};
60 -> {61};
61 -> {62};
@@ -221,9 +223,9 @@ digraph implicitReceivers_kt {
63 -> {64};
64 -> {65};
65 -> {66};
66 -> {74};
66 -> {67};
67 -> {68};
68 -> {69};
68 -> {76};
69 -> {70};
70 -> {71};
71 -> {72};
@@ -234,227 +236,234 @@ digraph implicitReceivers_kt {
76 -> {77};
77 -> {78};
78 -> {79};
79 -> {80};
80 -> {81};
subgraph cluster_24 {
color=red
80 [label="Enter function test_3" style="filled" fillcolor=red];
82 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_25 {
color=blue
81 [label="Enter block"];
82 [label="Access variable R|<local>/a|"];
83 [label="Postponed enter to lambda"];
83 [label="Enter block"];
84 [label="Access variable R|<local>/a|"];
85 [label="Postponed enter to lambda"];
subgraph cluster_26 {
color=blue
89 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
91 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_27 {
color=blue
90 [label="Enter block"];
91 [label="Access variable R|<local>/b|"];
92 [label="Postponed enter to lambda"];
92 [label="Enter block"];
93 [label="Access variable R|<local>/b|"];
94 [label="Postponed enter to lambda"];
subgraph cluster_28 {
color=blue
97 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
99 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_29 {
color=blue
98 [label="Enter block"];
99 [label="Access variable R|<local>/c|"];
100 [label="Postponed enter to lambda"];
100 [label="Enter block"];
101 [label="Access variable R|<local>/c|"];
102 [label="Postponed enter to lambda"];
subgraph cluster_30 {
color=blue
109 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
112 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_31 {
color=blue
110 [label="Enter block"];
111 [label="Access variable this@R|special/anonymous|"];
112 [label="Type operator: (this@R|special/anonymous| as R|A|)"];
113 [label="Access variable this@R|special/anonymous|"];
114 [label="Function call: this@R|special/anonymous|.R|/A.foo|()"];
115 [label="Function call: this@R|special/anonymous|.R|/A.foo|()"];
116 [label="Exit block"];
113 [label="Enter block"];
114 [label="Access variable this@R|special/anonymous|"];
115 [label="Type operator: (this@R|special/anonymous| as R|A|)"];
116 [label="Access variable this@R|special/anonymous|"];
117 [label="Smart cast: this@R|special/anonymous|"];
118 [label="Function call: this@R|special/anonymous|.R|/A.foo|()"];
119 [label="Function call: this@R|special/anonymous|.R|/A.foo|()"];
120 [label="Exit block"];
}
117 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
121 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
101 [label="Call arguments union" style="filled" fillcolor=yellow];
102 [label="Postponed exit from lambda"];
103 [label="Function call: R|kotlin/with|<R|kotlin/Any|, R|kotlin/Unit|>(...)"];
104 [label="Access variable this@R|special/anonymous|"];
105 [label="Function call: this@R|special/anonymous|.R|/A.foo|()"];
106 [label="Function call: this@R|special/anonymous|.R|/A.foo|()"];
107 [label="Exit block"];
103 [label="Call arguments union" style="filled" fillcolor=yellow];
104 [label="Postponed exit from lambda"];
105 [label="Function call: R|kotlin/with|<R|kotlin/Any|, R|kotlin/Unit|>(...)"];
106 [label="Access variable this@R|special/anonymous|"];
107 [label="Smart cast: this@R|special/anonymous|"];
108 [label="Function call: this@R|special/anonymous|.R|/A.foo|()"];
109 [label="Function call: this@R|special/anonymous|.R|/A.foo|()"];
110 [label="Exit block"];
}
108 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
111 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
93 [label="Postponed exit from lambda"];
94 [label="Function call: R|kotlin/with|<R|kotlin/Any|, R|kotlin/Unit|>(...)"];
95 [label="Exit block"];
95 [label="Postponed exit from lambda"];
96 [label="Function call: R|kotlin/with|<R|kotlin/Any|, R|kotlin/Unit|>(...)"];
97 [label="Exit block"];
}
96 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
98 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
}
84 [label="Call arguments union" style="filled" fillcolor=yellow];
85 [label="Postponed exit from lambda"];
86 [label="Function call: R|kotlin/with|<R|kotlin/Any|, R|kotlin/Unit|>(...)"];
87 [label="Exit block"];
86 [label="Call arguments union" style="filled" fillcolor=yellow];
87 [label="Postponed exit from lambda"];
88 [label="Function call: R|kotlin/with|<R|kotlin/Any|, R|kotlin/Unit|>(...)"];
89 [label="Exit block"];
}
88 [label="Exit function test_3" style="filled" fillcolor=red];
90 [label="Exit function test_3" style="filled" fillcolor=red];
}
80 -> {81};
81 -> {82};
82 -> {83};
83 -> {89};
83 -> {85} [color=red];
83 -> {89} [style=dashed];
84 -> {86} [color=red];
85 -> {86} [color=green];
86 -> {87};
87 -> {88};
83 -> {84};
84 -> {85};
85 -> {91};
85 -> {87} [color=red];
85 -> {91} [style=dashed];
86 -> {88} [color=red];
87 -> {88} [color=green];
88 -> {89};
89 -> {90};
90 -> {91};
91 -> {92};
92 -> {97};
92 -> {93} [color=red];
92 -> {97} [style=dashed];
92 -> {93};
93 -> {94};
94 -> {95};
94 -> {99};
94 -> {95} [color=red];
94 -> {99} [style=dashed];
95 -> {96};
96 -> {84} [color=red];
96 -> {85} [color=green];
96 -> {97};
97 -> {98};
98 -> {99};
98 -> {86} [color=red];
98 -> {87} [color=green];
99 -> {100};
100 -> {109};
100 -> {102} [color=red];
100 -> {109} [style=dashed];
101 -> {103} [color=red];
102 -> {103} [color=green];
103 -> {104};
104 -> {105};
100 -> {101};
101 -> {102};
102 -> {112};
102 -> {104} [color=red];
102 -> {112} [style=dashed];
103 -> {105} [color=red];
104 -> {105} [color=green];
105 -> {106};
106 -> {107};
107 -> {108};
108 -> {93} [color=green];
108 -> {109};
109 -> {110};
110 -> {111};
111 -> {112};
111 -> {95} [color=green];
112 -> {113};
113 -> {114};
114 -> {115};
115 -> {116};
116 -> {117};
117 -> {101} [color=red];
117 -> {102} [color=green];
subgraph cluster_32 {
color=red
118 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_33 {
color=blue
119 [label="Enter block"];
subgraph cluster_34 {
color=blue
120 [label="Enter when"];
subgraph cluster_35 {
color=blue
121 [label="Enter when branch condition "];
122 [label="Access variable this@R|/test_4|"];
123 [label="Type operator: (this@R|/test_4| !is R|A|)"];
124 [label="Exit when branch condition"];
}
subgraph cluster_36 {
color=blue
125 [label="Enter when branch condition "];
126 [label="Access variable this@R|/test_4|"];
127 [label="Type operator: (this@R|/test_4| !is R|B|)"];
128 [label="Exit when branch condition"];
}
subgraph cluster_37 {
color=blue
129 [label="Enter when branch condition else"];
130 [label="Exit when branch condition"];
}
131 [label="Enter when branch result"];
subgraph cluster_38 {
color=blue
132 [label="Enter block"];
133 [label="Access variable this@R|/test_4|"];
134 [label="Function call: this@R|/test_4|.R|/A.foo|()"];
135 [label="Function call: this@R|/test_4|.R|/A.foo|()"];
136 [label="Access variable this@R|/test_4|"];
137 [label="Function call: this@R|/test_4|.R|/B.bar|()"];
138 [label="Function call: this@R|/test_4|.R|/B.bar|()"];
139 [label="Exit block"];
}
140 [label="Exit when branch result"];
141 [label="Enter when branch result"];
subgraph cluster_39 {
color=blue
142 [label="Enter block"];
143 [label="Access variable this@R|/test_4|"];
144 [label="Function call: this@R|/test_4|.<Unresolved name: bar>#()"];
145 [label="Function call: <Unresolved name: bar>#()"];
146 [label="Access variable this@R|/test_4|"];
147 [label="Function call: this@R|/test_4|.R|/A.foo|()"];
148 [label="Function call: this@R|/test_4|.R|/A.foo|()"];
149 [label="Exit block"];
}
150 [label="Exit when branch result"];
151 [label="Enter when branch result"];
subgraph cluster_40 {
color=blue
152 [label="Enter block"];
153 [label="Access variable this@R|/test_4|"];
154 [label="Function call: this@R|/test_4|.<Unresolved name: foo>#()"];
155 [label="Function call: <Unresolved name: foo>#()"];
156 [label="Access variable this@R|/test_4|"];
157 [label="Function call: this@R|/test_4|.<Unresolved name: bar>#()"];
158 [label="Function call: <Unresolved name: bar>#()"];
159 [label="Exit block"];
}
160 [label="Exit when branch result"];
161 [label="Exit when"];
}
162 [label="Access variable this@R|/test_4|"];
163 [label="Function call: this@R|/test_4|.<Unresolved name: foo>#()"];
164 [label="Function call: <Unresolved name: foo>#()"];
165 [label="Access variable this@R|/test_4|"];
166 [label="Function call: this@R|/test_4|.<Unresolved name: bar>#()"];
167 [label="Function call: <Unresolved name: bar>#()"];
168 [label="Exit block"];
}
169 [label="Exit function test_4" style="filled" fillcolor=red];
}
117 -> {118};
118 -> {119};
119 -> {120};
120 -> {121};
121 -> {122};
121 -> {103} [color=red];
121 -> {104} [color=green];
subgraph cluster_32 {
color=red
122 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_33 {
color=blue
123 [label="Enter block"];
subgraph cluster_34 {
color=blue
124 [label="Enter when"];
subgraph cluster_35 {
color=blue
125 [label="Enter when branch condition "];
126 [label="Access variable this@R|/test_4|"];
127 [label="Type operator: (this@R|/test_4| !is R|A|)"];
128 [label="Exit when branch condition"];
}
subgraph cluster_36 {
color=blue
129 [label="Enter when branch condition "];
130 [label="Access variable this@R|/test_4|"];
131 [label="Smart cast: this@R|/test_4|"];
132 [label="Type operator: (this@R|/test_4| !is R|B|)"];
133 [label="Exit when branch condition"];
}
subgraph cluster_37 {
color=blue
134 [label="Enter when branch condition else"];
135 [label="Exit when branch condition"];
}
136 [label="Enter when branch result"];
subgraph cluster_38 {
color=blue
137 [label="Enter block"];
138 [label="Access variable this@R|/test_4|"];
139 [label="Smart cast: this@R|/test_4|"];
140 [label="Function call: this@R|/test_4|.R|/A.foo|()"];
141 [label="Function call: this@R|/test_4|.R|/A.foo|()"];
142 [label="Access variable this@R|/test_4|"];
143 [label="Smart cast: this@R|/test_4|"];
144 [label="Function call: this@R|/test_4|.R|/B.bar|()"];
145 [label="Function call: this@R|/test_4|.R|/B.bar|()"];
146 [label="Exit block"];
}
147 [label="Exit when branch result"];
148 [label="Enter when branch result"];
subgraph cluster_39 {
color=blue
149 [label="Enter block"];
150 [label="Access variable this@R|/test_4|"];
151 [label="Smart cast: this@R|/test_4|"];
152 [label="Function call: this@R|/test_4|.<Unresolved name: bar>#()"];
153 [label="Function call: <Unresolved name: bar>#()"];
154 [label="Access variable this@R|/test_4|"];
155 [label="Smart cast: this@R|/test_4|"];
156 [label="Function call: this@R|/test_4|.R|/A.foo|()"];
157 [label="Function call: this@R|/test_4|.R|/A.foo|()"];
158 [label="Exit block"];
}
159 [label="Exit when branch result"];
160 [label="Enter when branch result"];
subgraph cluster_40 {
color=blue
161 [label="Enter block"];
162 [label="Access variable this@R|/test_4|"];
163 [label="Function call: this@R|/test_4|.<Unresolved name: foo>#()"];
164 [label="Function call: <Unresolved name: foo>#()"];
165 [label="Access variable this@R|/test_4|"];
166 [label="Function call: this@R|/test_4|.<Unresolved name: bar>#()"];
167 [label="Function call: <Unresolved name: bar>#()"];
168 [label="Exit block"];
}
169 [label="Exit when branch result"];
170 [label="Exit when"];
}
171 [label="Access variable this@R|/test_4|"];
172 [label="Function call: this@R|/test_4|.<Unresolved name: foo>#()"];
173 [label="Function call: <Unresolved name: foo>#()"];
174 [label="Access variable this@R|/test_4|"];
175 [label="Function call: this@R|/test_4|.<Unresolved name: bar>#()"];
176 [label="Function call: <Unresolved name: bar>#()"];
177 [label="Exit block"];
}
178 [label="Exit function test_4" style="filled" fillcolor=red];
}
122 -> {123};
123 -> {124};
124 -> {151 125};
124 -> {125};
125 -> {126};
126 -> {127};
127 -> {128};
128 -> {141 129};
128 -> {160 129};
129 -> {130};
130 -> {131};
131 -> {132};
132 -> {133};
133 -> {134};
133 -> {148 134};
134 -> {135};
135 -> {136};
136 -> {137};
137 -> {138};
138 -> {139};
139 -> {140};
140 -> {161};
140 -> {141};
141 -> {142};
142 -> {143};
143 -> {144};
144 -> {145};
145 -> {146};
146 -> {147};
147 -> {148};
147 -> {170};
148 -> {149};
149 -> {150};
150 -> {161};
150 -> {151};
151 -> {152};
152 -> {153};
153 -> {154};
@@ -463,7 +472,7 @@ digraph implicitReceivers_kt {
156 -> {157};
157 -> {158};
158 -> {159};
159 -> {160};
159 -> {170};
160 -> {161};
161 -> {162};
162 -> {163};
@@ -473,62 +482,71 @@ digraph implicitReceivers_kt {
166 -> {167};
167 -> {168};
168 -> {169};
169 -> {170};
170 -> {171};
171 -> {172};
172 -> {173};
173 -> {174};
174 -> {175};
175 -> {176};
176 -> {177};
177 -> {178};
subgraph cluster_41 {
color=red
170 [label="Enter function test_5" style="filled" fillcolor=red];
179 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_42 {
color=blue
171 [label="Enter block"];
180 [label="Enter block"];
subgraph cluster_43 {
color=blue
172 [label="Enter when"];
181 [label="Enter when"];
subgraph cluster_44 {
color=blue
173 [label="Enter when branch condition "];
174 [label="Access variable this@R|/test_5|"];
175 [label="Type operator: (this@R|/test_5| is R|kotlin/collections/List<*>|)"];
176 [label="Exit when branch condition"];
182 [label="Enter when branch condition "];
183 [label="Access variable this@R|/test_5|"];
184 [label="Type operator: (this@R|/test_5| is R|kotlin/collections/List<*>|)"];
185 [label="Exit when branch condition"];
}
subgraph cluster_45 {
color=blue
177 [label="Enter when branch condition "];
178 [label="Access variable this@R|/test_5|"];
179 [label="Type operator: (this@R|/test_5| is R|kotlin/String|)"];
180 [label="Exit when branch condition"];
186 [label="Enter when branch condition "];
187 [label="Access variable this@R|/test_5|"];
188 [label="Type operator: (this@R|/test_5| is R|kotlin/String|)"];
189 [label="Exit when branch condition"];
}
subgraph cluster_46 {
color=blue
181 [label="Enter when branch condition else"];
182 [label="Exit when branch condition"];
190 [label="Enter when branch condition else"];
191 [label="Exit when branch condition"];
}
183 [label="Enter when branch result"];
192 [label="Enter when branch result"];
subgraph cluster_47 {
color=blue
184 [label="Enter block"];
185 [label="Const: Int(0)"];
186 [label="Exit block"];
193 [label="Enter block"];
194 [label="Const: Int(0)"];
195 [label="Exit block"];
}
187 [label="Exit when branch result"];
188 [label="Enter when branch result"];
196 [label="Exit when branch result"];
197 [label="Enter when branch result"];
subgraph cluster_48 {
color=blue
189 [label="Enter block"];
190 [label="Access variable R|kotlin/String.length|"];
191 [label="Exit block"];
198 [label="Enter block"];
199 [label="Access variable R|kotlin/String.length|"];
200 [label="Exit block"];
}
192 [label="Exit when branch result"];
193 [label="Enter when branch result"];
201 [label="Exit when branch result"];
202 [label="Enter when branch result"];
subgraph cluster_49 {
color=blue
194 [label="Enter block"];
195 [label="Access variable R|SubstitutionOverride<kotlin/collections/List.size: R|kotlin/Int|>|"];
196 [label="Exit block"];
203 [label="Enter block"];
204 [label="Access variable R|SubstitutionOverride<kotlin/collections/List.size: R|kotlin/Int|>|"];
205 [label="Exit block"];
}
197 [label="Exit when branch result"];
198 [label="Exit when"];
206 [label="Exit when branch result"];
207 [label="Exit when"];
}
199 [label="Jump: ^test_5 when () {
208 [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|>|
}
@@ -540,69 +558,71 @@ digraph implicitReceivers_kt {
}
}
"];
200 [label="Stub" style="filled" fillcolor=gray];
201 [label="Exit block" style="filled" fillcolor=gray];
209 [label="Stub" style="filled" fillcolor=gray];
210 [label="Exit block" style="filled" fillcolor=gray];
}
202 [label="Exit function test_5" style="filled" fillcolor=red];
211 [label="Exit function test_5" style="filled" fillcolor=red];
}
170 -> {171};
171 -> {172};
172 -> {173};
173 -> {174};
174 -> {175};
175 -> {176};
176 -> {193 177};
177 -> {178};
178 -> {179};
179 -> {180};
180 -> {188 181};
180 -> {181};
181 -> {182};
182 -> {183};
183 -> {184};
184 -> {185};
185 -> {186};
185 -> {202 186};
186 -> {187};
187 -> {198};
187 -> {188};
188 -> {189};
189 -> {190};
189 -> {197 190};
190 -> {191};
191 -> {192};
192 -> {198};
192 -> {193};
193 -> {194};
194 -> {195};
195 -> {196};
196 -> {197};
196 -> {207};
197 -> {198};
198 -> {199};
199 -> {202};
199 -> {200} [style=dotted];
200 -> {201} [style=dotted];
201 -> {202} [style=dotted];
subgraph cluster_50 {
color=red
203 [label="Enter function test_6" style="filled" fillcolor=red];
subgraph cluster_51 {
color=blue
204 [label="Enter block"];
205 [label="Access variable this@R|/test_6|"];
206 [label="Type operator: (this@R|/test_6| as R|kotlin/collections/List<*>|)"];
207 [label="Access variable R|SubstitutionOverride<kotlin/collections/List.size: R|kotlin/Int|>|"];
208 [label="Access variable this@R|/test_6|"];
209 [label="Type operator: (this@R|/test_6| as R|kotlin/String|)"];
210 [label="Access variable R|kotlin/String.length|"];
211 [label="Exit block"];
}
212 [label="Exit function test_6" style="filled" fillcolor=red];
}
199 -> {200};
200 -> {201};
201 -> {207};
202 -> {203};
203 -> {204};
204 -> {205};
205 -> {206};
206 -> {207};
207 -> {208};
208 -> {209};
209 -> {210};
210 -> {211};
211 -> {212};
208 -> {211};
208 -> {209} [style=dotted];
209 -> {210} [style=dotted];
210 -> {211} [style=dotted];
subgraph cluster_50 {
color=red
212 [label="Enter function test_6" style="filled" fillcolor=red];
subgraph cluster_51 {
color=blue
213 [label="Enter block"];
214 [label="Access variable this@R|/test_6|"];
215 [label="Type operator: (this@R|/test_6| as R|kotlin/collections/List<*>|)"];
216 [label="Access variable R|SubstitutionOverride<kotlin/collections/List.size: R|kotlin/Int|>|"];
217 [label="Access variable this@R|/test_6|"];
218 [label="Smart cast: this@R|/test_6|"];
219 [label="Type operator: (this@R|/test_6| as R|kotlin/String|)"];
220 [label="Access variable R|kotlin/String.length|"];
221 [label="Exit block"];
}
222 [label="Exit function test_6" style="filled" fillcolor=red];
}
212 -> {213};
213 -> {214};
214 -> {215};
215 -> {216};
216 -> {217};
217 -> {218};
218 -> {219};
219 -> {220};
220 -> {221};
221 -> {222};
}