Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/cfg/flowFromInplaceLambda.dot
T
Dmitriy Novozhilov fc57f48c8f [FIR] Union CFG edges from postponed lambdas only if outer call was analyzed independently
Before this change nodes unification was called if outer call was
  completed in the FULL mode, but it may happen even if this call is
  actually a part of some other outer call
2023-07-07 06:45:20 +00:00

1430 lines
58 KiB
Plaintext
Vendored

digraph flowFromInplaceLambda_kt {
graph [nodesep=3]
node [shape=box penwidth=2]
edge [penwidth=2]
subgraph cluster_0 {
color=red
0 [label="Enter function unknown" style="filled" fillcolor=red];
subgraph cluster_1 {
color=blue
1 [label="Enter block"];
subgraph cluster_2 {
color=blue
2 [label="Enter block"];
3 [label="Exit block"];
}
4 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|T|>|()" style="filled" fillcolor=yellow];
5 [label="Jump: ^unknown R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|T|>|()"];
6 [label="Stub" style="filled" fillcolor=gray];
7 [label="Exit block" style="filled" fillcolor=gray];
}
8 [label="Exit function unknown" style="filled" fillcolor=red];
}
0 -> {1};
1 -> {2};
2 -> {3};
3 -> {4};
4 -> {5};
5 -> {8};
5 -> {6} [style=dotted];
6 -> {7} [style=dotted];
7 -> {8} [style=dotted];
subgraph cluster_3 {
color=red
9 [label="Enter function atLeastOnce" style="filled" fillcolor=red];
subgraph cluster_4 {
color=blue
10 [label="Enter block"];
subgraph cluster_5 {
color=blue
11 [label="Enter block"];
12 [label="Exit block"];
}
13 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|T|>|()" style="filled" fillcolor=yellow];
14 [label="Jump: ^atLeastOnce R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|T|>|()"];
15 [label="Stub" style="filled" fillcolor=gray];
16 [label="Exit block" style="filled" fillcolor=gray];
}
17 [label="Exit function atLeastOnce" style="filled" fillcolor=red];
}
9 -> {10};
10 -> {11};
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 exactlyOnce" style="filled" fillcolor=red];
subgraph cluster_7 {
color=blue
19 [label="Enter block"];
subgraph cluster_8 {
color=blue
20 [label="Enter block"];
21 [label="Exit block"];
}
22 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|T|>|()" style="filled" fillcolor=yellow];
23 [label="Jump: ^exactlyOnce R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|T|>|()"];
24 [label="Stub" style="filled" fillcolor=gray];
25 [label="Exit block" style="filled" fillcolor=gray];
}
26 [label="Exit function exactlyOnce" style="filled" fillcolor=red];
}
18 -> {19};
19 -> {20};
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 atMostOnce" style="filled" fillcolor=red];
subgraph cluster_10 {
color=blue
28 [label="Enter block"];
subgraph cluster_11 {
color=blue
29 [label="Enter block"];
30 [label="Exit block"];
}
31 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|T|>|()" style="filled" fillcolor=yellow];
32 [label="Jump: ^atMostOnce R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|T|>|()"];
33 [label="Stub" style="filled" fillcolor=gray];
34 [label="Exit block" style="filled" fillcolor=gray];
}
35 [label="Exit function atMostOnce" style="filled" fillcolor=red];
}
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {31};
31 -> {32};
32 -> {35};
32 -> {33} [style=dotted];
33 -> {34} [style=dotted];
34 -> {35} [style=dotted];
subgraph cluster_12 {
color=red
36 [label="Enter function noContract" style="filled" fillcolor=red];
subgraph cluster_13 {
color=blue
37 [label="Enter block"];
38 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|T|>|()" style="filled" fillcolor=yellow];
39 [label="Jump: ^noContract R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|T|>|()"];
40 [label="Stub" style="filled" fillcolor=gray];
41 [label="Exit block" style="filled" fillcolor=gray];
}
42 [label="Exit function noContract" style="filled" fillcolor=red];
}
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {42};
39 -> {40} [style=dotted];
40 -> {41} [style=dotted];
41 -> {42} [style=dotted];
subgraph cluster_14 {
color=red
43 [label="Enter function select" style="filled" fillcolor=red];
subgraph cluster_15 {
color=blue
44 [label="Enter block"];
45 [label="Access variable R|<local>/x|"];
46 [label="Const: Int(0)"];
47 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Array.get: R|CapturedType(out K)|>|(...)" style="filled" fillcolor=yellow];
48 [label="Jump: ^select R|<local>/x|.R|SubstitutionOverride<kotlin/Array.get: R|CapturedType(out K)|>|(Int(0))"];
49 [label="Stub" style="filled" fillcolor=gray];
50 [label="Exit block" style="filled" fillcolor=gray];
}
51 [label="Exit function select" style="filled" fillcolor=red];
}
43 -> {44};
44 -> {45};
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {51};
48 -> {49} [style=dotted];
49 -> {50} [style=dotted];
50 -> {51} [style=dotted];
subgraph cluster_16 {
color=red
52 [label="Enter function id" style="filled" fillcolor=red];
subgraph cluster_17 {
color=blue
53 [label="Enter block"];
54 [label="Access variable R|<local>/x|"];
55 [label="Jump: ^id R|<local>/x|"];
56 [label="Stub" style="filled" fillcolor=gray];
57 [label="Exit block" style="filled" fillcolor=gray];
}
58 [label="Exit function id" style="filled" fillcolor=red];
}
52 -> {53};
53 -> {54};
54 -> {55};
55 -> {58};
55 -> {56} [style=dotted];
56 -> {57} [style=dotted];
57 -> {58} [style=dotted];
subgraph cluster_18 {
color=red
59 [label="Enter function materialize" style="filled" fillcolor=red];
subgraph cluster_19 {
color=blue
60 [label="Enter block"];
61 [label="Const: Null(null)"];
62 [label="Check not null: Null(null)!!" style="filled" fillcolor=yellow];
63 [label="Stub" style="filled" fillcolor=gray];
64 [label="Jump: ^materialize Null(null)!!" style="filled" fillcolor=gray];
65 [label="Stub" style="filled" fillcolor=gray];
66 [label="Exit block" style="filled" fillcolor=gray];
}
67 [label="Exit function materialize" style="filled" fillcolor=gray];
}
59 -> {60};
60 -> {61};
61 -> {62};
62 -> {63} [style=dotted];
63 -> {64} [style=dotted];
64 -> {65 67} [style=dotted];
65 -> {66} [style=dotted];
66 -> {67} [style=dotted];
subgraph cluster_20 {
color=red
68 [label="Enter function basic" style="filled" fillcolor=red];
subgraph cluster_21 {
color=blue
69 [label="Enter block"];
70 [label="Postponed enter to lambda"];
subgraph cluster_22 {
color=blue
71 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_23 {
color=blue
72 [label="Enter block"];
73 [label="Access variable R|<local>/x|"];
74 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
75 [label="Exit block"];
}
76 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
77 [label="Postponed exit from lambda"];
78 [label="Function call: R|/exactlyOnce|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
79 [label="Access variable R|<local>/x|"];
80 [label="Smart cast: R|<local>/x|"];
81 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
82 [label="Exit block"];
}
83 [label="Exit function basic" style="filled" fillcolor=red];
}
68 -> {69};
69 -> {70};
70 -> {71 78};
70 -> {77} [style=dotted];
70 -> {71} [style=dashed];
71 -> {72};
72 -> {73};
73 -> {74};
74 -> {75};
75 -> {76};
76 -> {77};
77 -> {78};
78 -> {79};
79 -> {80};
80 -> {81};
81 -> {82};
82 -> {83};
subgraph cluster_24 {
color=red
84 [label="Enter function completedCallExactlyOnce" style="filled" fillcolor=red];
subgraph cluster_25 {
color=blue
85 [label="Enter block"];
86 [label="Postponed enter to lambda"];
subgraph cluster_26 {
color=blue
87 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_27 {
color=blue
88 [label="Enter block"];
89 [label="Access variable R|<local>/y|"];
90 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
91 [label="Access variable R|<local>/x|"];
92 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
93 [label="Exit block"];
}
94 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
95 [label="Postponed exit from lambda"];
96 [label="Function call: R|/exactlyOnce|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
97 [label="Function call: R|/id|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
98 [label="Access variable R|<local>/y|"];
99 [label="Type operator: (R|<local>/y| as R|kotlin/Int|)"];
100 [label="Postponed enter to lambda"];
subgraph cluster_28 {
color=blue
101 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_29 {
color=blue
102 [label="Enter block"];
103 [label="Access variable R|<local>/x|"];
104 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
105 [label="Access variable R|<local>/y|"];
106 [label="Smart cast: R|<local>/y|"];
107 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
108 [label="Const: Int(1)"];
109 [label="Exit block"];
}
110 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
111 [label="Postponed exit from lambda"];
112 [label="Function call: R|/exactlyOnce|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
113 [label="Function call: R|/select|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
114 [label="Function call: R|/select|<R|kotlin/Int|>(...).R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
115 [label="Access variable R|<local>/x|"];
116 [label="Smart cast: R|<local>/x|"];
117 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
118 [label="Access variable R|<local>/y|"];
119 [label="Smart cast: R|<local>/y|"];
120 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
121 [label="Exit block"];
}
122 [label="Exit function completedCallExactlyOnce" style="filled" fillcolor=red];
}
84 -> {85};
85 -> {86};
86 -> {87 96};
86 -> {95} [style=dotted];
86 -> {87} [style=dashed];
87 -> {88};
88 -> {89};
89 -> {90};
90 -> {91};
91 -> {92};
92 -> {93};
93 -> {94};
94 -> {95};
95 -> {96} [color=green];
95 -> {113} [color=red];
96 -> {97};
97 -> {98};
98 -> {99};
99 -> {100};
100 -> {101 112};
100 -> {111} [style=dotted];
100 -> {101} [style=dashed];
101 -> {102};
102 -> {103};
103 -> {104};
104 -> {105};
105 -> {106};
106 -> {107};
107 -> {108};
108 -> {109};
109 -> {110};
110 -> {111};
111 -> {112} [color=green];
111 -> {113} [color=red];
112 -> {113};
113 -> {114};
114 -> {115};
115 -> {116};
116 -> {117};
117 -> {118};
118 -> {119};
119 -> {120};
120 -> {121};
121 -> {122};
subgraph cluster_30 {
color=red
123 [label="Enter function completedCallAtLeastOnce" style="filled" fillcolor=red];
subgraph cluster_31 {
color=blue
124 [label="Enter block"];
125 [label="Postponed enter to lambda"];
subgraph cluster_32 {
color=blue
126 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_33 {
color=blue
127 [label="Enter block"];
128 [label="Access variable R|<local>/y|"];
129 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
130 [label="Access variable R|<local>/x|"];
131 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
132 [label="Exit block"];
}
133 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
134 [label="Postponed exit from lambda"];
135 [label="Function call: R|/atLeastOnce|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
136 [label="Function call: R|/id|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
137 [label="Access variable R|<local>/y|"];
138 [label="Type operator: (R|<local>/y| as R|kotlin/Int|)"];
139 [label="Postponed enter to lambda"];
subgraph cluster_34 {
color=blue
140 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_35 {
color=blue
141 [label="Enter block"];
142 [label="Access variable R|<local>/x|"];
143 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
144 [label="Access variable R|<local>/y|"];
145 [label="Smart cast: R|<local>/y|"];
146 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
147 [label="Const: Int(1)"];
148 [label="Exit block"];
}
149 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
150 [label="Postponed exit from lambda"];
151 [label="Function call: R|/atLeastOnce|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
152 [label="Function call: R|/select|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
153 [label="Function call: R|/select|<R|kotlin/Int|>(...).R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
154 [label="Access variable R|<local>/x|"];
155 [label="Smart cast: R|<local>/x|"];
156 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
157 [label="Access variable R|<local>/y|"];
158 [label="Smart cast: R|<local>/y|"];
159 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
160 [label="Exit block"];
}
161 [label="Exit function completedCallAtLeastOnce" style="filled" fillcolor=red];
}
123 -> {124};
124 -> {125};
125 -> {126 135};
125 -> {134} [style=dotted];
125 -> {126} [style=dashed];
126 -> {127};
127 -> {128};
128 -> {129};
129 -> {130};
130 -> {131};
131 -> {132};
132 -> {133};
133 -> {134};
134 -> {125} [color=green style=dashed];
134 -> {135} [color=green];
134 -> {152} [color=red];
135 -> {136};
136 -> {137};
137 -> {138};
138 -> {139};
139 -> {140 151};
139 -> {150} [style=dotted];
139 -> {140} [style=dashed];
140 -> {141};
141 -> {142};
142 -> {143};
143 -> {144};
144 -> {145};
145 -> {146};
146 -> {147};
147 -> {148};
148 -> {149};
149 -> {150};
150 -> {139} [color=green style=dashed];
150 -> {151} [color=green];
150 -> {152} [color=red];
151 -> {152};
152 -> {153};
153 -> {154};
154 -> {155};
155 -> {156};
156 -> {157};
157 -> {158};
158 -> {159};
159 -> {160};
160 -> {161};
subgraph cluster_36 {
color=red
162 [label="Enter function completedCallAtMostOnce" style="filled" fillcolor=red];
subgraph cluster_37 {
color=blue
163 [label="Enter block"];
164 [label="Postponed enter to lambda"];
subgraph cluster_38 {
color=blue
165 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_39 {
color=blue
166 [label="Enter block"];
167 [label="Access variable R|<local>/y|"];
168 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
169 [label="Access variable R|<local>/x|"];
170 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
171 [label="Exit block"];
}
172 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
173 [label="Postponed exit from lambda"];
174 [label="Function call: R|/atMostOnce|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
175 [label="Function call: R|/id|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
176 [label="Access variable R|<local>/y|"];
177 [label="Type operator: (R|<local>/y| as R|kotlin/Int|)"];
178 [label="Postponed enter to lambda"];
subgraph cluster_40 {
color=blue
179 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_41 {
color=blue
180 [label="Enter block"];
181 [label="Access variable R|<local>/x|"];
182 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
183 [label="Access variable R|<local>/y|"];
184 [label="Smart cast: R|<local>/y|"];
185 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
186 [label="Const: Int(1)"];
187 [label="Exit block"];
}
188 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
189 [label="Postponed exit from lambda"];
190 [label="Function call: R|/atMostOnce|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
191 [label="Function call: R|/select|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
192 [label="Function call: R|/select|<R|kotlin/Int|>(...).R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
193 [label="Access variable R|<local>/x|"];
194 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
195 [label="Access variable R|<local>/y|"];
196 [label="Smart cast: R|<local>/y|"];
197 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
198 [label="Exit block"];
}
199 [label="Exit function completedCallAtMostOnce" style="filled" fillcolor=red];
}
162 -> {163};
163 -> {164};
164 -> {165 173 174};
164 -> {165} [style=dashed];
165 -> {166};
166 -> {167};
167 -> {168};
168 -> {169};
169 -> {170};
170 -> {171};
171 -> {172};
172 -> {173};
173 -> {174} [color=green];
173 -> {191} [color=red];
174 -> {175};
175 -> {176};
176 -> {177};
177 -> {178};
178 -> {179 189 190};
178 -> {179} [style=dashed];
179 -> {180};
180 -> {181};
181 -> {182};
182 -> {183};
183 -> {184};
184 -> {185};
185 -> {186};
186 -> {187};
187 -> {188};
188 -> {189};
189 -> {190} [color=green];
189 -> {191} [color=red];
190 -> {191};
191 -> {192};
192 -> {193};
193 -> {194};
194 -> {195};
195 -> {196};
196 -> {197};
197 -> {198};
198 -> {199};
subgraph cluster_42 {
color=red
200 [label="Enter function completedCallUnknown" style="filled" fillcolor=red];
subgraph cluster_43 {
color=blue
201 [label="Enter block"];
202 [label="Postponed enter to lambda"];
subgraph cluster_44 {
color=blue
203 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_45 {
color=blue
204 [label="Enter block"];
205 [label="Access variable R|<local>/y|"];
206 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
207 [label="Access variable R|<local>/x|"];
208 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
209 [label="Exit block"];
}
210 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
211 [label="Postponed exit from lambda"];
212 [label="Function call: R|/unknown|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
213 [label="Function call: R|/id|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
214 [label="Access variable R|<local>/y|"];
215 [label="Type operator: (R|<local>/y| as R|kotlin/Int|)"];
216 [label="Postponed enter to lambda"];
subgraph cluster_46 {
color=blue
217 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_47 {
color=blue
218 [label="Enter block"];
219 [label="Access variable R|<local>/x|"];
220 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
221 [label="Access variable R|<local>/y|"];
222 [label="Smart cast: R|<local>/y|"];
223 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
224 [label="Const: Int(1)"];
225 [label="Exit block"];
}
226 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
227 [label="Postponed exit from lambda"];
228 [label="Function call: R|/unknown|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
229 [label="Function call: R|/select|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
230 [label="Function call: R|/select|<R|kotlin/Int|>(...).R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
231 [label="Access variable R|<local>/x|"];
232 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
233 [label="Access variable R|<local>/y|"];
234 [label="Smart cast: R|<local>/y|"];
235 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
236 [label="Exit block"];
}
237 [label="Exit function completedCallUnknown" style="filled" fillcolor=red];
}
200 -> {201};
201 -> {202};
202 -> {203 211 212};
202 -> {203} [style=dashed];
203 -> {204};
204 -> {205};
205 -> {206};
206 -> {207};
207 -> {208};
208 -> {209};
209 -> {210};
210 -> {211};
211 -> {202} [color=green style=dashed];
211 -> {212} [color=green];
211 -> {229} [color=red];
212 -> {213};
213 -> {214};
214 -> {215};
215 -> {216};
216 -> {217 227 228};
216 -> {217} [style=dashed];
217 -> {218};
218 -> {219};
219 -> {220};
220 -> {221};
221 -> {222};
222 -> {223};
223 -> {224};
224 -> {225};
225 -> {226};
226 -> {227};
227 -> {216} [color=green style=dashed];
227 -> {228} [color=green];
227 -> {229} [color=red];
228 -> {229};
229 -> {230};
230 -> {231};
231 -> {232};
232 -> {233};
233 -> {234};
234 -> {235};
235 -> {236};
236 -> {237};
subgraph cluster_48 {
color=red
238 [label="Enter function completedCallNoContract" style="filled" fillcolor=red];
subgraph cluster_49 {
color=blue
239 [label="Enter block"];
240 [label="Postponed enter to lambda"];
subgraph cluster_50 {
color=blue
241 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_51 {
color=blue
242 [label="Enter block"];
243 [label="Access variable R|<local>/y|"];
244 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
245 [label="Access variable R|<local>/x|"];
246 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
247 [label="Exit block"];
}
248 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
249 [label="Postponed exit from lambda"];
250 [label="Function call: R|/noContract|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
251 [label="Function call: R|/id|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
252 [label="Access variable R|<local>/y|"];
253 [label="Type operator: (R|<local>/y| as R|kotlin/Int|)"];
254 [label="Postponed enter to lambda"];
subgraph cluster_52 {
color=blue
255 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_53 {
color=blue
256 [label="Enter block"];
257 [label="Access variable R|<local>/x|"];
258 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
259 [label="Access variable R|<local>/y|"];
260 [label="Smart cast: R|<local>/y|"];
261 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
262 [label="Const: Int(1)"];
263 [label="Exit block"];
}
264 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
265 [label="Postponed exit from lambda"];
266 [label="Function call: R|/noContract|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
267 [label="Function call: R|/select|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
268 [label="Function call: R|/select|<R|kotlin/Int|>(...).R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
269 [label="Access variable R|<local>/x|"];
270 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
271 [label="Access variable R|<local>/y|"];
272 [label="Smart cast: R|<local>/y|"];
273 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
274 [label="Exit block"];
}
275 [label="Exit function completedCallNoContract" style="filled" fillcolor=red];
}
238 -> {239};
239 -> {240};
240 -> {241 249 250};
240 -> {241} [style=dashed];
241 -> {242};
242 -> {243};
243 -> {244};
244 -> {245};
245 -> {246};
246 -> {247};
247 -> {248};
249 -> {250} [color=green];
249 -> {267} [color=red];
250 -> {251};
251 -> {252};
252 -> {253};
253 -> {254};
254 -> {255 265 266};
254 -> {255} [style=dashed];
255 -> {256};
256 -> {257};
257 -> {258};
258 -> {259};
259 -> {260};
260 -> {261};
261 -> {262};
262 -> {263};
263 -> {264};
265 -> {266} [color=green];
265 -> {267} [color=red];
266 -> {267};
267 -> {268};
268 -> {269};
269 -> {270};
270 -> {271};
271 -> {272};
272 -> {273};
273 -> {274};
274 -> {275};
subgraph cluster_54 {
color=red
276 [label="Enter function incompleteCallExactlyOnce" style="filled" fillcolor=red];
subgraph cluster_55 {
color=blue
277 [label="Enter block"];
278 [label="Postponed enter to lambda"];
subgraph cluster_56 {
color=blue
279 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_57 {
color=blue
280 [label="Enter block"];
281 [label="Access variable R|<local>/x|"];
282 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
283 [label="Access variable R|<local>/y|"];
284 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
285 [label="Access variable R|<local>/x|"];
286 [label="Smart cast: R|<local>/x|"];
287 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
288 [label="Function call: R|/materialize|<R|kotlin/Int|>()" style="filled" fillcolor=yellow];
289 [label="Exit block"];
}
290 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
291 [label="Postponed exit from lambda"];
292 [label="Function call: R|/exactlyOnce|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
293 [label="Function call: R|/id|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
294 [label="Postponed enter to lambda"];
subgraph cluster_58 {
color=blue
295 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_59 {
color=blue
296 [label="Enter block"];
297 [label="Access variable R|<local>/y|"];
298 [label="Type operator: (R|<local>/y| as R|kotlin/Int|)"];
299 [label="Access variable R|<local>/x|"];
300 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
301 [label="Access variable R|<local>/y|"];
302 [label="Smart cast: R|<local>/y|"];
303 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
304 [label="Const: Int(1)"];
305 [label="Exit block"];
}
306 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
307 [label="Postponed exit from lambda"];
308 [label="Function call: R|/exactlyOnce|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
309 [label="Function call: R|/select|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
310 [label="Function call: R|/select|<R|kotlin/Int|>(...).R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
311 [label="Access variable R|<local>/x|"];
312 [label="Smart cast: R|<local>/x|"];
313 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
314 [label="Access variable R|<local>/y|"];
315 [label="Smart cast: R|<local>/y|"];
316 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
317 [label="Exit block"];
}
318 [label="Exit function incompleteCallExactlyOnce" style="filled" fillcolor=red];
}
276 -> {277};
277 -> {278};
278 -> {279 292};
278 -> {291} [style=dotted];
278 -> {279} [style=dashed];
279 -> {280};
280 -> {281};
281 -> {282};
282 -> {283};
283 -> {284};
284 -> {285};
285 -> {286};
286 -> {287};
287 -> {288};
288 -> {289};
289 -> {290};
290 -> {291};
291 -> {292} [color=green];
291 -> {309} [color=red];
292 -> {293};
293 -> {294};
294 -> {295 308};
294 -> {307} [style=dotted];
294 -> {295} [style=dashed];
295 -> {296};
296 -> {297};
297 -> {298};
298 -> {299};
299 -> {300};
300 -> {301};
301 -> {302};
302 -> {303};
303 -> {304};
304 -> {305};
305 -> {306};
306 -> {307};
307 -> {308} [color=green];
307 -> {309} [color=red];
308 -> {309};
309 -> {310};
310 -> {311};
311 -> {312};
312 -> {313};
313 -> {314};
314 -> {315};
315 -> {316};
316 -> {317};
317 -> {318};
subgraph cluster_60 {
color=red
319 [label="Enter function incompleteCallAtLeastOnce" style="filled" fillcolor=red];
subgraph cluster_61 {
color=blue
320 [label="Enter block"];
321 [label="Postponed enter to lambda"];
subgraph cluster_62 {
color=blue
322 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_63 {
color=blue
323 [label="Enter block"];
324 [label="Access variable R|<local>/x|"];
325 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
326 [label="Access variable R|<local>/y|"];
327 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
328 [label="Access variable R|<local>/x|"];
329 [label="Smart cast: R|<local>/x|"];
330 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
331 [label="Function call: R|/materialize|<R|kotlin/Int|>()" style="filled" fillcolor=yellow];
332 [label="Exit block"];
}
333 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
334 [label="Postponed exit from lambda"];
335 [label="Function call: R|/atLeastOnce|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
336 [label="Function call: R|/id|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
337 [label="Postponed enter to lambda"];
subgraph cluster_64 {
color=blue
338 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_65 {
color=blue
339 [label="Enter block"];
340 [label="Access variable R|<local>/y|"];
341 [label="Type operator: (R|<local>/y| as R|kotlin/Int|)"];
342 [label="Access variable R|<local>/x|"];
343 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
344 [label="Access variable R|<local>/y|"];
345 [label="Smart cast: R|<local>/y|"];
346 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
347 [label="Const: Int(1)"];
348 [label="Exit block"];
}
349 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
350 [label="Postponed exit from lambda"];
351 [label="Function call: R|/atLeastOnce|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
352 [label="Function call: R|/select|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
353 [label="Function call: R|/select|<R|kotlin/Int|>(...).R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
354 [label="Access variable R|<local>/x|"];
355 [label="Smart cast: R|<local>/x|"];
356 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
357 [label="Access variable R|<local>/y|"];
358 [label="Smart cast: R|<local>/y|"];
359 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
360 [label="Exit block"];
}
361 [label="Exit function incompleteCallAtLeastOnce" style="filled" fillcolor=red];
}
319 -> {320};
320 -> {321};
321 -> {322 335};
321 -> {334} [style=dotted];
321 -> {322} [style=dashed];
322 -> {323};
323 -> {324};
324 -> {325};
325 -> {326};
326 -> {327};
327 -> {328};
328 -> {329};
329 -> {330};
330 -> {331};
331 -> {332};
332 -> {333};
333 -> {334};
334 -> {321} [color=green style=dashed];
334 -> {335} [color=green];
334 -> {352} [color=red];
335 -> {336};
336 -> {337};
337 -> {338 351};
337 -> {350} [style=dotted];
337 -> {338} [style=dashed];
338 -> {339};
339 -> {340};
340 -> {341};
341 -> {342};
342 -> {343};
343 -> {344};
344 -> {345};
345 -> {346};
346 -> {347};
347 -> {348};
348 -> {349};
349 -> {350};
350 -> {337} [color=green style=dashed];
350 -> {351} [color=green];
350 -> {352} [color=red];
351 -> {352};
352 -> {353};
353 -> {354};
354 -> {355};
355 -> {356};
356 -> {357};
357 -> {358};
358 -> {359};
359 -> {360};
360 -> {361};
subgraph cluster_66 {
color=red
362 [label="Enter function incompleteCallAtMostOnce" style="filled" fillcolor=red];
subgraph cluster_67 {
color=blue
363 [label="Enter block"];
364 [label="Postponed enter to lambda"];
subgraph cluster_68 {
color=blue
365 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_69 {
color=blue
366 [label="Enter block"];
367 [label="Access variable R|<local>/x|"];
368 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
369 [label="Access variable R|<local>/y|"];
370 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
371 [label="Access variable R|<local>/x|"];
372 [label="Smart cast: R|<local>/x|"];
373 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
374 [label="Function call: R|/materialize|<R|kotlin/Int|>()" style="filled" fillcolor=yellow];
375 [label="Exit block"];
}
376 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
377 [label="Postponed exit from lambda"];
378 [label="Function call: R|/atMostOnce|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
379 [label="Function call: R|/id|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
380 [label="Postponed enter to lambda"];
subgraph cluster_70 {
color=blue
381 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_71 {
color=blue
382 [label="Enter block"];
383 [label="Access variable R|<local>/y|"];
384 [label="Type operator: (R|<local>/y| as R|kotlin/Int|)"];
385 [label="Access variable R|<local>/x|"];
386 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
387 [label="Access variable R|<local>/y|"];
388 [label="Smart cast: R|<local>/y|"];
389 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
390 [label="Const: Int(1)"];
391 [label="Exit block"];
}
392 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
393 [label="Postponed exit from lambda"];
394 [label="Function call: R|/atMostOnce|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
395 [label="Function call: R|/select|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
396 [label="Function call: R|/select|<R|kotlin/Int|>(...).R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
397 [label="Access variable R|<local>/x|"];
398 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
399 [label="Access variable R|<local>/y|"];
400 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
401 [label="Exit block"];
}
402 [label="Exit function incompleteCallAtMostOnce" style="filled" fillcolor=red];
}
362 -> {363};
363 -> {364};
364 -> {365 377 378};
364 -> {365} [style=dashed];
365 -> {366};
366 -> {367};
367 -> {368};
368 -> {369};
369 -> {370};
370 -> {371};
371 -> {372};
372 -> {373};
373 -> {374};
374 -> {375};
375 -> {376};
376 -> {377};
377 -> {378} [color=green];
377 -> {395} [color=red];
378 -> {379};
379 -> {380};
380 -> {381 393 394};
380 -> {381} [style=dashed];
381 -> {382};
382 -> {383};
383 -> {384};
384 -> {385};
385 -> {386};
386 -> {387};
387 -> {388};
388 -> {389};
389 -> {390};
390 -> {391};
391 -> {392};
392 -> {393};
393 -> {394} [color=green];
393 -> {395} [color=red];
394 -> {395};
395 -> {396};
396 -> {397};
397 -> {398};
398 -> {399};
399 -> {400};
400 -> {401};
401 -> {402};
subgraph cluster_72 {
color=red
403 [label="Enter function incompleteCallUnknown" style="filled" fillcolor=red];
subgraph cluster_73 {
color=blue
404 [label="Enter block"];
405 [label="Postponed enter to lambda"];
subgraph cluster_74 {
color=blue
406 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_75 {
color=blue
407 [label="Enter block"];
408 [label="Access variable R|<local>/x|"];
409 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
410 [label="Access variable R|<local>/y|"];
411 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
412 [label="Access variable R|<local>/x|"];
413 [label="Smart cast: R|<local>/x|"];
414 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
415 [label="Function call: R|/materialize|<R|kotlin/Int|>()" style="filled" fillcolor=yellow];
416 [label="Exit block"];
}
417 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
418 [label="Postponed exit from lambda"];
419 [label="Function call: R|/unknown|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
420 [label="Function call: R|/id|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
421 [label="Postponed enter to lambda"];
subgraph cluster_76 {
color=blue
422 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_77 {
color=blue
423 [label="Enter block"];
424 [label="Access variable R|<local>/y|"];
425 [label="Type operator: (R|<local>/y| as R|kotlin/Int|)"];
426 [label="Access variable R|<local>/x|"];
427 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
428 [label="Access variable R|<local>/y|"];
429 [label="Smart cast: R|<local>/y|"];
430 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
431 [label="Const: Int(1)"];
432 [label="Exit block"];
}
433 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
434 [label="Postponed exit from lambda"];
435 [label="Function call: R|/unknown|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
436 [label="Function call: R|/select|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
437 [label="Function call: R|/select|<R|kotlin/Int|>(...).R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
438 [label="Access variable R|<local>/x|"];
439 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
440 [label="Access variable R|<local>/y|"];
441 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
442 [label="Exit block"];
}
443 [label="Exit function incompleteCallUnknown" style="filled" fillcolor=red];
}
403 -> {404};
404 -> {405};
405 -> {406 418 419};
405 -> {406} [style=dashed];
406 -> {407};
407 -> {408};
408 -> {409};
409 -> {410};
410 -> {411};
411 -> {412};
412 -> {413};
413 -> {414};
414 -> {415};
415 -> {416};
416 -> {417};
417 -> {418};
418 -> {405} [color=green style=dashed];
418 -> {419} [color=green];
418 -> {436} [color=red];
419 -> {420};
420 -> {421};
421 -> {422 434 435};
421 -> {422} [style=dashed];
422 -> {423};
423 -> {424};
424 -> {425};
425 -> {426};
426 -> {427};
427 -> {428};
428 -> {429};
429 -> {430};
430 -> {431};
431 -> {432};
432 -> {433};
433 -> {434};
434 -> {421} [color=green style=dashed];
434 -> {435} [color=green];
434 -> {436} [color=red];
435 -> {436};
436 -> {437};
437 -> {438};
438 -> {439};
439 -> {440};
440 -> {441};
441 -> {442};
442 -> {443};
subgraph cluster_78 {
color=red
444 [label="Enter function incompleteCallNoContract" style="filled" fillcolor=red];
subgraph cluster_79 {
color=blue
445 [label="Enter block"];
446 [label="Postponed enter to lambda"];
subgraph cluster_80 {
color=blue
447 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_81 {
color=blue
448 [label="Enter block"];
449 [label="Access variable R|<local>/x|"];
450 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
451 [label="Access variable R|<local>/y|"];
452 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
453 [label="Access variable R|<local>/x|"];
454 [label="Smart cast: R|<local>/x|"];
455 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
456 [label="Function call: R|/materialize|<R|kotlin/Int|>()" style="filled" fillcolor=yellow];
457 [label="Exit block"];
}
458 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
459 [label="Postponed exit from lambda"];
460 [label="Function call: R|/noContract|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
461 [label="Function call: R|/id|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
462 [label="Postponed enter to lambda"];
subgraph cluster_82 {
color=blue
463 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_83 {
color=blue
464 [label="Enter block"];
465 [label="Access variable R|<local>/y|"];
466 [label="Type operator: (R|<local>/y| as R|kotlin/Int|)"];
467 [label="Access variable R|<local>/x|"];
468 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
469 [label="Access variable R|<local>/y|"];
470 [label="Smart cast: R|<local>/y|"];
471 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
472 [label="Const: Int(1)"];
473 [label="Exit block"];
}
474 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
475 [label="Postponed exit from lambda"];
476 [label="Function call: R|/noContract|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
477 [label="Function call: R|/select|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
478 [label="Function call: R|/select|<R|kotlin/Int|>(...).R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
479 [label="Access variable R|<local>/x|"];
480 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
481 [label="Access variable R|<local>/y|"];
482 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()" style="filled" fillcolor=yellow];
483 [label="Exit block"];
}
484 [label="Exit function incompleteCallNoContract" style="filled" fillcolor=red];
}
444 -> {445};
445 -> {446};
446 -> {447 459 460};
446 -> {447} [style=dashed];
447 -> {448};
448 -> {449};
449 -> {450};
450 -> {451};
451 -> {452};
452 -> {453};
453 -> {454};
454 -> {455};
455 -> {456};
456 -> {457};
457 -> {458};
459 -> {460} [color=green];
459 -> {477} [color=red];
460 -> {461};
461 -> {462};
462 -> {463 475 476};
462 -> {463} [style=dashed];
463 -> {464};
464 -> {465};
465 -> {466};
466 -> {467};
467 -> {468};
468 -> {469};
469 -> {470};
470 -> {471};
471 -> {472};
472 -> {473};
473 -> {474};
475 -> {476} [color=green];
475 -> {477} [color=red];
476 -> {477};
477 -> {478};
478 -> {479};
479 -> {480};
480 -> {481};
481 -> {482};
482 -> {483};
483 -> {484};
subgraph cluster_84 {
color=red
485 [label="Enter function expectedType" style="filled" fillcolor=red];
subgraph cluster_85 {
color=blue
486 [label="Enter block"];
487 [label="Postponed enter to lambda"];
subgraph cluster_86 {
color=blue
488 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_87 {
color=blue
489 [label="Enter block"];
490 [label="Function call: R|/materialize|<R|kotlin/Int|>()" style="filled" fillcolor=yellow];
491 [label="Exit block"];
}
492 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
493 [label="Postponed exit from lambda"];
494 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
495 [label="Postponed enter to lambda"];
subgraph cluster_88 {
color=blue
496 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_89 {
color=blue
497 [label="Enter block"];
498 [label="Function call: R|/materialize|<R|kotlin/Int|>()" style="filled" fillcolor=yellow];
499 [label="Exit block"];
}
500 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
501 [label="Postponed exit from lambda"];
502 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
503 [label="Function call: R|/select|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
504 [label="Variable declaration: lval x: R|kotlin/Int|"];
505 [label="Access variable R|<local>/x|"];
506 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
507 [label="Exit block"];
}
508 [label="Exit function expectedType" style="filled" fillcolor=red];
}
485 -> {486};
486 -> {487};
487 -> {488 494};
487 -> {493} [style=dotted];
487 -> {488} [style=dashed];
488 -> {489};
489 -> {490};
490 -> {491};
491 -> {492};
492 -> {493};
493 -> {494} [color=green];
493 -> {503} [color=red];
494 -> {495};
495 -> {496 502};
495 -> {501} [style=dotted];
495 -> {496} [style=dashed];
496 -> {497};
497 -> {498};
498 -> {499};
499 -> {500};
500 -> {501};
501 -> {502} [color=green];
501 -> {503} [color=red];
502 -> {503};
503 -> {504};
504 -> {505};
505 -> {506};
506 -> {507};
507 -> {508};
subgraph cluster_90 {
color=red
509 [label="Enter function expectedTypeNested" style="filled" fillcolor=red];
subgraph cluster_91 {
color=blue
510 [label="Enter block"];
511 [label="Postponed enter to lambda"];
subgraph cluster_92 {
color=blue
512 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_93 {
color=blue
513 [label="Enter block"];
514 [label="Postponed enter to lambda"];
subgraph cluster_94 {
color=blue
515 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_95 {
color=blue
516 [label="Enter block"];
517 [label="Function call: R|/materialize|<R|kotlin/Int|>()" style="filled" fillcolor=yellow];
518 [label="Exit block"];
}
519 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
520 [label="Postponed exit from lambda"];
521 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
522 [label="Exit block"];
}
523 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
524 [label="Postponed exit from lambda"];
525 [label="Function call: R|/noContract|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
526 [label="Function call: R|/id|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
527 [label="Variable declaration: lval x: R|kotlin/Int|"];
528 [label="Access variable R|<local>/x|"];
529 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
530 [label="Exit block"];
}
531 [label="Exit function expectedTypeNested" style="filled" fillcolor=red];
}
509 -> {510};
510 -> {511};
511 -> {512 524 525};
511 -> {512} [style=dashed];
512 -> {513};
513 -> {514};
514 -> {515 521};
514 -> {520} [style=dotted];
514 -> {515} [style=dashed];
515 -> {516};
516 -> {517};
517 -> {518};
518 -> {519};
519 -> {520};
520 -> {521} [color=green];
520 -> {526} [color=red];
521 -> {522};
522 -> {523};
524 -> {525} [color=green];
524 -> {526} [color=red];
525 -> {526};
526 -> {527};
527 -> {528};
528 -> {529};
529 -> {530};
530 -> {531};
}